接口开发
This commit is contained in:
10
common/const/dicts/member_renwal_log_status/dict.go
Normal file
10
common/const/dicts/member_renwal_log_status/dict.go
Normal file
@ -0,0 +1,10 @@
|
||||
package memberrenwallogstatus
|
||||
|
||||
const (
|
||||
//待支付
|
||||
PENDING = "pending"
|
||||
//已支付
|
||||
PAID = "paid"
|
||||
//已过期
|
||||
EXPIRED = "expired"
|
||||
)
|
||||
Reference in New Issue
Block a user