Dockerfile
This commit is contained in:
14
consts/category/category_status.go
Normal file
14
consts/category/category_status.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package consts
|
||||
|
||||
// CategoryStatus 分类状态枚举
|
||||
|
||||
type CategoryStatusType *int
|
||||
|
||||
type CategoryStatus struct {
|
||||
Status CategoryStatusType
|
||||
}
|
||||
|
||||
//var CategoryStatusVal = CategoryStatus{
|
||||
// CategoryStatusActive: gconv.PtrInt(1),
|
||||
// CategoryStatusInactive: gconv.PtrInt(0),
|
||||
//}
|
||||
Reference in New Issue
Block a user