中扬CRM客户关系管理系统
#
LSH
2023-11-10 2a08b97f0aad3af5d981a722efb218fb201f821f
src/main/java/com/zy/crm/manager/entity/PlanType.java
@@ -73,9 +73,9 @@
    private String html;
    /**
     * 区分 1: 货架  0: 继承
     * 区分 1: 货架  0: 集成
     */
    @ApiModelProperty(value= "区分 1: 货架  0: 继承  ")
    @ApiModelProperty(value= "区分 1: 货架  0: 集成  ")
    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;