✨ add casbin ent adapter & code migration
This commit is contained in:
6
app/core/api/common/constant/deleted.go
Normal file
6
app/core/api/common/constant/deleted.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
NotDeleted int8 = iota
|
||||
Deleted int8 = 1
|
||||
)
|
Reference in New Issue
Block a user