From edf3066724ad442d6929210c830cb67c17277690 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期四, 01 八月 2024 11:46:33 +0800
Subject: [PATCH] 添加工资计算自动任务
---
controllers/request/system_set.go | 20 ++++++--------------
1 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/controllers/request/system_set.go b/controllers/request/system_set.go
index 2fc8b98..bc09766 100644
--- a/controllers/request/system_set.go
+++ b/controllers/request/system_set.go
@@ -7,8 +7,8 @@
type GetDictList struct {
PageInfo
- DictType *constvar.DictType `json:"dictType" form:"dictType"` //瀛楀吀绫诲瀷
- Keyword string `json:"keyword" form:"keyword"` //鎼滅储鍏抽敭瀛�
+ DictType constvar.DictType `json:"dictType" form:"dictType"` //瀛楀吀绫诲瀷
+ Keyword string `json:"keyword" form:"keyword"` //鎼滅储鍏抽敭瀛�
}
type AddDict struct {
@@ -21,6 +21,10 @@
type UpdateDict struct {
ID uint `gorm:"comment:涓婚敭ID;primaryKey;" json:"id"`
AddDict
+}
+
+type CodeStandard struct {
+ Type int `json:"type"` // 绫诲瀷
}
// ---------------------------------------鐢熶笣---------------------------------
@@ -48,16 +52,4 @@
RankProp string `json:"rankProp"` //鍓嶇紑key
RankName string `json:"rankName"` //绛夌骇鍚嶇О
RankValue decimal.Decimal `json:"rankValue"` //绛夌骇鍊�
-}
-
-// ---------------------------------------杞﹂棿---------------------------------
-type GetWorkshopManage struct {
- PageInfo
- KeyWord string `json:"keyWord"`
-}
-
-type GetWorkshopManageCar struct {
- WorkshopName string `json:"workshopName"` //杞﹂棿鍚嶇О
- GroupNumber int `json:"groupNumber"` //缁勫埆
- MarketName string `json:"marketName"` //搴勫彛鍚�
}
--
Gitblit v1.8.0