feat: dbms新增支持工单流程审批

This commit is contained in:
meilin.huang
2024-02-29 22:12:50 +08:00
parent bf75483a3c
commit f93231da61
115 changed files with 3280 additions and 553 deletions

View File

@@ -1,5 +1,11 @@
package entity
type AccountQuery struct {
Ids []uint64 `json:"ids"`
Name string `json:"name" form:"name"`
Username string `json:"code" form:"code"`
}
type SysLogQuery struct {
CreatorId uint64 `json:"creatorId" form:"creatorId"`
Type int8 `json:"type" form:"type"`