liujiandao
2024-04-30 76a84d89d63041232c646ca28c59239dd00f7fc5
controllers/request/worker_request.go
@@ -23,6 +23,7 @@
}
type SalaryTypeValue struct {
   Id        uint   `json:"id"`
   Name      string `json:"name"`      //名称
   IsDefault bool   `json:"isDefault"` //是否可编辑
}