This commit is contained in:
zhaoxiaorong 2025-05-21 20:13:55 +08:00
parent 2c713adc16
commit 5bb23deb3b
1 changed files with 1 additions and 0 deletions

View File

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