fusenapi/constants/faq.go

15 lines
263 B
Go
Raw Normal View History

2023-06-21 10:59:27 +00:00
package constants
type TypeFaq int64
2023-07-05 11:00:33 +00:00
const FAQ_STATUS_ON TypeFaq = 1
const FAQ_STATUS_OFF TypeFaq = 0
2023-06-21 10:59:27 +00:00
/**
* 定义类型
*/
2023-07-05 11:00:33 +00:00
const FAQ_TAG_ORDER TypeFaq = 1
const FAQ_TAG_SHIPPING TypeFaq = 2
const FAQ_TAG_PAYMENT TypeFaq = 3
const FAQ_TAG_RETURN TypeFaq = 4