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