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