|
@@ -31,10 +31,10 @@ type ExcelInfoRuleMappingView struct {
|
|
ExcelInfoId int `description:"Excel信息ID"`
|
|
ExcelInfoId int `description:"Excel信息ID"`
|
|
RuleType int `description:"规则类型"`
|
|
RuleType int `description:"规则类型"`
|
|
LeftValue string `description:"左值"`
|
|
LeftValue string `description:"左值"`
|
|
- LeftValueBack string `description:"左值后端存储"`
|
|
|
|
|
|
+ LeftValueBack string `description:"左值后端存储" json:"-"`
|
|
LeftValueType int `description:"左值类型"`
|
|
LeftValueType int `description:"左值类型"`
|
|
RightValue string `description:"右值"`
|
|
RightValue string `description:"右值"`
|
|
- RightValueBack string `description:"右值后端存储"`
|
|
|
|
|
|
+ RightValueBack string `description:"右值后端存储" json:"-"`
|
|
RightValueType int `description:"右值类型"`
|
|
RightValueType int `description:"右值类型"`
|
|
FontColor string `description:"字体颜色"`
|
|
FontColor string `description:"字体颜色"`
|
|
BackgroundColor string `description:"背景颜色"`
|
|
BackgroundColor string `description:"背景颜色"`
|