This commit is contained in:
eson
2023-07-05 19:00:33 +08:00
parent c6005983f8
commit 1c74c0ea4b
24 changed files with 196 additions and 131 deletions

View File

@@ -2,13 +2,13 @@ package constants
type TypeFaq int64
const STATUS_ON TypeFaq = 1
const STATUS_OFF TypeFaq = 0
const FAQ_STATUS_ON TypeFaq = 1
const FAQ_STATUS_OFF TypeFaq = 0
/**
* 定义类型
*/
const TAG_ORDER TypeFaq = 1
const TAG_SHIPPING TypeFaq = 2
const TAG_PAYMENT TypeFaq = 3
const TAG_RETURN TypeFaq = 4
const FAQ_TAG_ORDER TypeFaq = 1
const FAQ_TAG_SHIPPING TypeFaq = 2
const FAQ_TAG_PAYMENT TypeFaq = 3
const FAQ_TAG_RETURN TypeFaq = 4

View File

@@ -1,5 +1,5 @@
package constants
// 普通表中status状态
const STATUS_ON = 1
const STATUS_OFF = 0
// const STATUS_ON = 1
// const STATUS_OFF = 0