src/main/java/com/zy/crm/manager/entity/PlanType.java
@@ -75,7 +75,7 @@ /** * 区分 1: 货架 0: 集成 */ @ApiModelProperty(value= "区分 1: 货架 0: 集成 ") @ApiModelProperty(value= "区分 1: 货架 2: 集成 ") private Integer type; /** @@ -122,6 +122,11 @@ public PlanType() {} public PlanType(Long hostId,Integer type) { this.hostId = hostId; this.type = type; } public PlanType(Long hostId,String name,String flag,String formId,String data,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { this.hostId = hostId; this.name = name;