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/fineness.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/controllers/request/fineness.go b/controllers/request/fineness.go
index 47c5aa9..60a3041 100644
--- a/controllers/request/fineness.go
+++ b/controllers/request/fineness.go
@@ -30,5 +30,6 @@
 
 type GetFinenessRegisterList struct {
 	PageInfo
-	Keyword string `json:"keyword" form:"keyword"`
+	FinenessRegisterID uint   `json:"finenessRegisterID"` //绾ゅ害鐧昏琛↖D
+	Keyword            string `json:"keyword" form:"keyword"`
 }

--
Gitblit v1.8.0