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