Files
exchange_go/common/const/dicts/member_renwal_log_status/dict.go
2025-02-25 16:57:59 +08:00

11 lines
147 B
Go

package memberrenwallogstatus
const (
//待支付
PENDING = "pending"
//已支付
PAID = "paid"
//已过期
EXPIRED = "expired"
)