Compare commits

...

1 Commits

Author SHA1 Message Date
zhaoxiaorong
5bb23deb3b fix 2025-05-21 20:13:55 +08:00

View File

@@ -15,4 +15,5 @@ var (
Type_Delete string = "delete"
Type_Query string = "query"
Type_Other string = "other"
Type_Create string = "create"
)