[需求1086,设备点检保养作业,第2次提交]

yun-zuoyi
王杰 6 years ago
parent d5a45176d0
commit 752476b3df

@ -12,6 +12,8 @@ import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column; import javax.persistence.Column;
import javax.persistence.Entity; import javax.persistence.Entity;
import javax.persistence.Table; import javax.persistence.Table;
import javax.persistence.Transient;
import java.util.List;
/** /**
* @Description : * @Description :
@ -57,5 +59,9 @@ public class MesEquTaskDetail extends BaseBean {
@ApiParam("维修标识") @ApiParam("维修标识")
private Integer repairFlag; private Integer repairFlag;
@Transient
@ApiParam(value ="点检保养记录")
private List<MesEquTaskStandardRecord> equTaskStandardRecordList;
} }

@ -31,7 +31,7 @@ import java.util.List;
@Api("用户信息model") @Api("用户信息model")
public class EquTaskNotifyUserModel extends BaseBean { public class EquTaskNotifyUserModel extends BaseBean {
@ApiParam(value ="人员ID") @ApiParam(value ="账户ID")
private Long userId; private Long userId;
@Column(name="USER_NAME_RDD") @Column(name="USER_NAME_RDD")

Loading…
Cancel
Save