李林
2024-02-28 780578502875aa0c339cb73f11b1e635df458c77
data-server/src/main/java/com/yuanchu/mom/pojo/DataReporting.java
@@ -72,6 +72,15 @@
    private String name2;
    /**
     * 项目
     */
    @Size(max= 255,message="编码长度不能超过255")
    @ApiModelProperty("项目")
    @Length(max= 255,message="编码长度不能超过255")
    @ValueTableShow(4)
    private String product;
    /**
    * 渠道
    */
    @Size(max= 255,message="编码长度不能超过255")
@@ -85,14 +94,6 @@
    @ValueTableShow(4)
    private String agent;
    /**
     * 项目
     */
    @Size(max= 255,message="编码长度不能超过255")
    @ApiModelProperty("项目")
    @Length(max= 255,message="编码长度不能超过255")
    @ValueTableShow(5)
    private String product;
    /**
    * 展现量
    */
@@ -171,6 +172,11 @@
    @ApiModelProperty("客户返点")
    @ValueTableShow(18)
    private BigDecimal customerRebate;
    @ApiModelProperty("微信号")
    @ValueTableShow(19)
    private String vxCard;
    /**
    * 备用字段
    */
@@ -180,7 +186,7 @@
    /**
    * 
    */
    @ApiModelProperty("创建时间")
    @ApiModelProperty("系统时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ValueTableShow(20)
@@ -188,7 +194,7 @@
    /**
    * 
    */
    @ApiModelProperty("更新时间")
    @ApiModelProperty("登记时间")
    @TableField(fill = FieldFill.INSERT_UPDATE)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ValueTableShow(21)