|
|
|
|
186
|
}
|
186
|
}
|
187
|
|
187
|
|
188
|
type CmResult struct {
|
188
|
type CmResult struct {
|
189
|
- Barcode string `gorm:"column:barcode" json:"barcode" form:"barcode"`
|
|
|
190
|
- Itemcode string `gorm:"column:itemcode" json:"itemcode" form:"itemcode"`
|
|
|
191
|
- Itemname string `gorm:"column:itemname" json:"itemname" form:"itemname"`
|
|
|
192
|
- Unit string `gorm:"column:unit" json:"unit" form:"unit"`
|
|
|
193
|
- Result string `gorm:"column:result" json:"result" form:"result"`
|
|
|
194
|
- Refrange string `gorm:"column:refrange" json:"refrange" form:"refrange"`
|
|
|
195
|
- Ts string `gorm:"column:ts" json:"ts" form:"ts"`
|
|
|
196
|
- Jyys string `gorm:"column:jyys" json:"jyys" form:"jyys"`
|
|
|
197
|
- Shys string `gorm:"column:shys" json:"shys" form:"shys"`
|
|
|
198
|
- Hycode string `gorm:"column:hycode" json:"hycode" form:"hycode"`
|
|
|
199
|
- Reptype string `gorm:"column:reptype" json:"reptype" form:"reptype"`
|
|
|
200
|
- TJH string `gorm:"column:tjh" json:"tjh" form:"tjh"`
|
|
|
201
|
- Repdate string `gorm:"column:repdate" json:"repdate" form:"repdate"`
|
|
|
202
|
- Groupname string `gorm:"column:groupname" json:"groupname" form:"groupname"`
|
|
|
203
|
- Groupcode string `gorm:"column:groupcode" json:"groupcode" form:"groupcode"`
|
|
|
204
|
- Brkb string `gorm:"column:brkb" json:"brkb" form:"brkb"`
|
|
|
205
|
- Mic string `gorm:"column:mic" json:"mic" form:"mic"`
|
|
|
206
|
- Yjjy string `gorm:"column:yjjy" json:"yjjy" form:"yjjy"`
|
|
|
207
|
- Name string `gorm:"column:name" json:"name" form:"name"`
|
|
|
|
|
189
|
+ Barcode string `gorm:"column:barcode" json:"barcode" form:"barcode"`
|
|
|
190
|
+ Itemcode string `gorm:"column:itemcode" json:"itemcode" form:"itemcode"`
|
|
|
191
|
+ Itemname string `gorm:"column:itemname" json:"itemname" form:"itemname"`
|
|
|
192
|
+ Unit string `gorm:"column:unit" json:"unit" form:"unit"`
|
|
|
193
|
+ Result string `gorm:"column:result" json:"result" form:"result"`
|
|
|
194
|
+ Refrange string `gorm:"column:refrange" json:"refrange" form:"refrange"`
|
|
|
195
|
+ Ts string `gorm:"column:ts" json:"ts" form:"ts"`
|
|
|
196
|
+ Jyys string `gorm:"column:jyys" json:"jyys" form:"jyys"`
|
|
|
197
|
+ Shys string `gorm:"column:shys" json:"shys" form:"shys"`
|
|
|
198
|
+ Hycode string `gorm:"column:hycode" json:"hycode" form:"hycode"`
|
|
|
199
|
+ Reptype string `gorm:"column:reptype" json:"reptype" form:"reptype"`
|
|
|
200
|
+ TJH string `gorm:"column:tjh" json:"tjh" form:"tjh"`
|
|
|
201
|
+ Repdate time.Time `gorm:"column:repdate" json:"repdate" form:"repdate"`
|
|
|
202
|
+ Groupname string `gorm:"column:groupname" json:"groupname" form:"groupname"`
|
|
|
203
|
+ Groupcode string `gorm:"column:groupcode" json:"groupcode" form:"groupcode"`
|
|
|
204
|
+ Brkb string `gorm:"column:brkb" json:"brkb" form:"brkb"`
|
|
|
205
|
+ Mic string `gorm:"column:mic" json:"mic" form:"mic"`
|
|
|
206
|
+ Yjjy string `gorm:"column:yjjy" json:"yjjy" form:"yjjy"`
|
|
|
207
|
+ Name string `gorm:"column:name" json:"name" form:"name"`
|
208
|
}
|
208
|
}
|
209
|
|
209
|
|
210
|
func (CmResult) TableName() string {
|
210
|
func (CmResult) TableName() string {
|