PaymentCenter/app/constants/pojo/common.go

7 lines
78 B
Go

package pojo
const (
STATUS_ENABLE int32 = 1
STATUS_DISABLED int32 = 2
)