|
|
|
@ -39,6 +39,10 @@ public class MesProduceCtgyPicture extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("面位")
|
|
|
|
|
private String sideLocation;
|
|
|
|
|
|
|
|
|
|
@Column(name = "DEFECT_LOCATION")
|
|
|
|
|
@ApiParam("缺陷位置代码")
|
|
|
|
|
private String defectLocation;
|
|
|
|
|
|
|
|
|
|
@Column(name = "FILE_ID")
|
|
|
|
|
@ApiParam("文件id")
|
|
|
|
|
private Long fileId;
|
|
|
|
|