中扬CRM客户关系管理系统
LSH
2024-03-26 861efe8a7ddc3d52dddbcce83d3a43f476a7418c
src/main/java/com/zy/crm/manager/entity/PlanUrl.java
@@ -50,14 +50,14 @@
    @TableField("user_id")
    private Long userId;
    @ApiModelProperty(value= "分类")
    @ApiModelProperty(value= "分类 1:规划 2:核价 3:报价 4:其它")
    private Integer type;
    @ApiModelProperty(value= "隐藏")
    @ApiModelProperty(value= "隐藏  1:货架 2:集成 3:其它")
    @TableField("hide_url")
    private Integer hideUrl;
    @ApiModelProperty(value= "状态")
    @ApiModelProperty(value= "状态 1:业务 2:其它")
    private Integer status;
    public PlanUrl() {}