李林
2024-01-09 d0c3258ed4871f2b9f03357bfd39b6caeff156b0
data-server/src/main/java/com/yuanchu/mom/pojo/DataReporting.java
@@ -9,6 +9,7 @@
import java.time.LocalDateTime;
import java.util.Date;
import cn.hutool.core.annotation.Alias;
import com.baomidou.mybatisplus.annotation.FieldFill;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
@@ -20,6 +21,7 @@
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
import org.hibernate.validator.constraints.Length;
/**
@@ -29,6 +31,7 @@
@Data
@AllArgsConstructor
@NoArgsConstructor
@Accessors(chain = true)
public class DataReporting extends OrderBy implements Serializable {
    /**
@@ -62,6 +65,12 @@
    @Length(max= 255,message="编码长度不能超过255")
    @ValueTableShow(3)
    private String name;
    @ApiModelProperty("姓名")
    @Length(max= 255,message="编码长度不能超过255")
    @ValueTableShow(4)
    private String name2;
    /**
    * 渠道
    */
@@ -70,6 +79,12 @@
    @Length(max= 255,message="编码长度不能超过255")
    @ValueTableShow(4)
    private String channel;
    @ApiModelProperty("代理商")
    @Length(max= 255,message="编码长度不能超过255")
    @ValueTableShow(4)
    private String agent;
    /**
     * 项目
     */
@@ -83,7 +98,7 @@
    */
    @ApiModelProperty("展现量")
    @ValueTableShow(6)
    private Integer show;
    private Integer showNum;
    /**
    * 点击量
    */
@@ -147,7 +162,7 @@
    /**
    * 代理返点
    */
    @ApiModelProperty("代理返点")
    @ApiModelProperty("员工代理返点")
    @ValueTableShow(17)
    private BigDecimal agentRebate;
    /**
@@ -159,7 +174,7 @@
    /**
    * 备用字段
    */
    @ApiModelProperty("备用字段")
    @ApiModelProperty("做进来")
    @ValueTableShow(23)
    private BigDecimal remark;
    /**