From abd60b92bb2cf1b1443d9549e25f128e63402547 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Mon, 16 Aug 2021 16:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9displayTime=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/base/PrintRuleInfo.model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/base/PrintRuleInfo.model.go b/models/base/PrintRuleInfo.model.go index e70efec..bfafcaa 100644 --- a/models/base/PrintRuleInfo.model.go +++ b/models/base/PrintRuleInfo.model.go @@ -26,7 +26,7 @@ type PrintRuleInfo struct { StepNo int `xorm:"int 'StepNo' not null" json:"PrintRuleInfo-StepNo"` StepDesc string `xorm:"nvarchar(200) 'StepDesc' not null" json:"PrintRuleInfo-StepDesc"` ProjectId string `xorm:"nvarchar(40) 'ProjectId' not null" json:"PrintRuleInfo-ProjectId"` - DisplayTime string `xorm:"nvarchar(20) 'DisplayTime' not null" json:"PrintRuleInfo-DisplayTime"` + DisplayTime int `xorm:"int 'DisplayTime' not null" json:"PrintRuleInfo-DisplayTime"` PRCtrlPara1 string `xorm:"nvarchar(40) 'PRCtrlPara1' not null" json:"PrintRuleInfo-PRCtrlPara1"` PRCtrlPara2 string `xorm:"nvarchar(40) 'PRCtrlPara2' not null" json:"PrintRuleInfo-PRCtrlPara2"` PRCtrlPara3 string `xorm:"nvarchar(40) 'PRCtrlPara3' not null" json:"PrintRuleInfo-PRCtrlPara3"`