fox
zhangqian
2024-05-07 7d06c6472f1acea6b2e49e7b8837bf555e94e219
controllers/request/worker_request.go
@@ -23,6 +23,7 @@
}
type SalaryTypeValue struct {
   Id        uint   `json:"id"`
   Name      string `json:"name"`      //名称
   IsDefault bool   `json:"isDefault"` //是否可编辑
}