@@ -28,6 +28,7 @@ public class PmDemandEngineeringResVo extends BaseEntity
private static final long serialVersionUID = 1L;
/** 主键 */
+ @ApiModelProperty("主键")
private Long demandEngineeringId;
/** 需求ID */
@@ -30,6 +30,7 @@ public class PmDemandEquipResVo extends BaseEntity
private Long demandEquipId;
@@ -31,6 +31,7 @@ public class PmDemandMaterialsResVo extends BaseEntity {
/**
* 主键
*/
private Long demandMaterialsId;
@@ -30,6 +30,7 @@ public class PmDemandResVo extends BaseEntity
private Long demandId;
/** 计划ID */
@@ -28,6 +28,7 @@ public class PmDemandServeResVo extends BaseEntity
private Long demandServeId;
@@ -27,6 +27,7 @@ public class PmReleaseAnnouncementResVo implements Serializable {
private static final long serialVersionUID = 403614463746791218L;
@TableId(value = "ID", type = IdType.AUTO)
private Long id;