From db1ec66e1a81f56bf680623a22cf8092e816b0ae Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 29 四月 2024 15:40:37 +0800 Subject: [PATCH] fux --- constvar/const.go | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index d6c296e..018497d 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -69,6 +69,8 @@ OutsourcingSupplierCreditGrade //淇$敤绛夌骇 OutsourcingSupplierRange //渚涜揣鑼冨洿 SalaryType //鍢夎仈钖祫绫诲瀷 + WildSilk //閲庣氦 + Absenteeism //缂哄嫟 ) // ShiftType 鐝绫诲瀷 @@ -95,3 +97,13 @@ Vacation //浼戝亣 Abnormal //寮傚父 ) + +type FileTemplateCategory int + +const ( + FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //鍏ュ簱-鑷埗 + FileTemplateCategory_Output //鍑哄簱 + FileTemplateCategory_JialianInput = 14 //鍢夎仈鍏ュ簱 + FileTemplateCategory_JialianOutput = 15 //鍢夎仈鍑哄簱 + FileTemplateCategory_JialianAttendance = 16 //鍢夎仈-鍛樺伐鑰冨嫟 +) -- Gitblit v1.8.0