sunty
2019-06-28 f2d60f4a96b77cf3ae924f9d479bd40dd8fbd13c
models/dbtables.go
@@ -8,9 +8,8 @@
   BwType string   `json:"bwType,omitempty" example:"黑名单:1,白名单:0"`  //黑名单:1,白名单:0
   StartTime string  `json:"startTime,omitempty" example:"2019-01-12 12:14:56"` //有效期开始时间
   EndTime string    `json:"endTime,omitempty" example:"2019-10-12 12:14:56"` //有效期结束时间
   UploadFlag string `json:"uploadFlag,omitempty" example:"上传标志"` //
   CmpThreshold string `json:"cmpThreshold,omitempty" example:"45"`// //人脸比对阈值
   SyncType string  `json:"syncType,omitempty" example:"1:同步库,2:本地库"` //是否是同步库(1:同步库,2:本地库)
   Indeviceid string `json:"indeviceid,omitempty" example:"本地库所属的分析设备id,如果是同步库就不需要记录"`// 分析设备id(本地库所属的分析设备id,如果是同步库就不需要记录)
   //UploadFlag string `json:"uploadFlag,omitempty" example:"上传标志"` //
   //CmpThreshold string `json:"cmpThreshold,omitempty" example:"45"`// //人脸比对阈值
   IsSync        string `json:"isSync,omitempty" example:"1:同步库,2:本地库"`                      //是否是同步库(1:同步库,2:本地库)
   AnalyServerId string `json:"analyServerId,omitempty" example:"本地库所属的分析设备id,如果是同步库就不需要记录"` // 分析设备id(本地库所属的分析设备id,如果是同步库就不需要记录)
}