Commit 1b487799 authored by hujiebin's avatar hujiebin

Update types.go

parent 03f2653e
......@@ -91,3 +91,9 @@ const (
func TypeToString(t Type) string {
return strconv.Itoa(int(t))
}
//逻辑删除
const (
EXIST LogicDel = 1
DEL LogicDel = 2
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment