Merge remote-tracking branch 'origin/test' into test

yun-zuoyi
Dominic_Xiao 4 years ago
commit 9e0c16eadf

@ -65,6 +65,10 @@ public class MesEquTaskDetail extends BaseBean implements Serializable {
@ApiParam("维修标识")
private Integer repairFlag;
@Column(name = "FILE_ID")
@ApiParam("文件id")
private Long fileId;
@Transient
@ApiParam(value = "点检保养记录")
private List<MesEquTaskStandardRecord> equTaskStandardRecordList;

Loading…
Cancel
Save