| | |
| | | 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; |
| | |
| | | private String formId; |
| | | |
| | | /** |
| | | * 产品类型ID |
| | | */ |
| | | @ApiModelProperty(value= "产品类型ID") |
| | | @TableField("order_product_type_id") |
| | | private Long orderProductTypeId; |
| | | /** |
| | | * 表单配置 |
| | | */ |
| | | @ApiModelProperty(value= "表单配置") |
| | |
| | | private String html; |
| | | |
| | | /** |
| | | * 区分 1: 货架 0: 继承 |
| | | * 区分 1: 货架 0: 集成 |
| | | */ |
| | | @ApiModelProperty(value= "区分 1: 货架 0: 继承 ") |
| | | @ApiModelProperty(value= "区分 1: 货架 2: 集成 ") |
| | | private Integer type; |
| | | |
| | | /** |
| | |
| | | |
| | | 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; |