中扬CRM客户关系管理系统
#
LSH
2023-12-01 2f54d40d80be4635d1f22b2f02c735d383060875
src/main/java/com/zy/crm/manager/entity/PlanType.java
@@ -6,6 +6,7 @@
import com.baomidou.mybatisplus.enums.IdType;
import com.core.common.Cools;
import com.core.common.SpringUtils;
import com.zy.crm.manager.service.OrderProductTypeService;
import com.zy.crm.system.entity.Host;
import com.zy.crm.system.entity.User;
import com.zy.crm.system.service.HostService;
@@ -61,6 +62,12 @@
    private String formId;
    /**
     * 产品类型ID
     */
    @ApiModelProperty(value= "产品类型ID")
    @TableField("order_product_type_id")
    private Long orderProductTypeId;
    /**
     * 表单配置
     */
    @ApiModelProperty(value= "表单配置")
@@ -73,9 +80,9 @@
    private String html;
    /**
     * 区分 1: 货架  0: 继承
     * 区分 1: 货架  0: 集成
     */
    @ApiModelProperty(value= "区分 1: 货架  0: 继承  ")
    @ApiModelProperty(value= "区分 1: 货架  2: 集成  ")
    private Integer type;
    /**
@@ -122,6 +129,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;