From b94bef381946e22fd1038f24e6d9de911d194640 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期三, 31 七月 2024 23:33:48 +0800 Subject: [PATCH] 功能修改,工资计算调整,通过前端配置公式进行计算 --- models/yield_register.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/models/yield_register.go b/models/yield_register.go index 2b863b3..d44a37b 100644 --- a/models/yield_register.go +++ b/models/yield_register.go @@ -15,6 +15,7 @@ CreateTime string `json:"createTime" gorm:"type:varchar(255);comment:鍒涘缓鏃堕棿"` MarketId uint `json:"marketId" gorm:"type:int(11);comment:搴勫彛id"` MarketNumber string `gorm:"size:255;comment:搴勫彛" json:"marketNumber"` //搴勫彛缂栧彿 + WorkshopId uint `json:"workshopId" gorm:"type:int(11);comment:杞﹂棿Id"` WorkshopNumber string `json:"workshopNumber" gorm:"type:varchar(255);comment:杞﹂棿缂栫爜"` GroupNumber int `json:"groupNumber" gorm:"type:int(11);comment:缁勫埆"` Spec string `json:"spec" gorm:"type:varchar(255);comment:瑙勬牸"` -- Gitblit v1.8.0