- trim string after FilterMb4.

This commit is contained in:
gazebo
2018-10-08 16:53:11 +08:00
parent 922e5175c7
commit 4b150a0181
4 changed files with 10 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ type SkuName struct {
Unit string `orm:"size(8)" json:"unit"`
Price int `json:"price"` // 单位为分标准价不为份的就为实际标准价为份的为每市斤价实际还要乘质量。todo 为份的确定必须有质量
Img string `orm:"size(255)" json:"img"`
ElmImgHashCode string `orm:"size(64)" json:"-"`
ElmImgHashCode string `orm:"size(255)" json:"-"` // 长度255的原因是从京东初始化数据时临时需要
}
// func (*SkuName) TableUnique() [][]string {