Files
exchange_go/common/const/dicts/member_renwal_log_status/dict.go

11 lines
147 B
Go
Raw Normal View History

2025-02-25 16:57:59 +08:00
package memberrenwallogstatus
const (
//待支付
PENDING = "pending"
//已支付
PAID = "paid"
//已过期
EXPIRED = "expired"
)