- DeleteCategory added.
This commit is contained in:
@@ -6,9 +6,16 @@ import (
|
||||
|
||||
const (
|
||||
FieldID = "ID"
|
||||
FieldParentID = "ParentID"
|
||||
FieldDeletedAt = "DeletedAt"
|
||||
FieldUpdatedAt = "UpdatedAt"
|
||||
FieldLastOperator = "LastOperator"
|
||||
FieldSyncStatus = "SyncStatuss"
|
||||
FieldJdSyncStatus = "JdSyncStatus"
|
||||
|
||||
FieldVendorID = "VendorID"
|
||||
FieldStoreID = "StoreID"
|
||||
FieldVendorStoreID = "VendorStoreID"
|
||||
)
|
||||
|
||||
type ModelIDCUL struct {
|
||||
|
||||
Reference in New Issue
Block a user