You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
477 B

package models
type Record struct {
KeyName string `json:"keyName"`
Path string `json:"path"`
Size string `json:"size"`
Line string `json:"line"`
Machine string `json:"machine"`
CreateTime string `json:"createTime"`
UploadTime string `json:"uploadTime"`
SN string `json:"sn"`
Side string `json:"side"`
Result string `json:"result"`
StationID string `json:"stationID"`
ProjectName string `json:"projectName"`
}