src/main/java/com/zy/crm/manager/entity/PlanType.java
@@ -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;