| | |
| | | private String name2; |
| | | |
| | | /** |
| | | * 项目 |
| | | */ |
| | | @Size(max= 255,message="编码长度不能超过255") |
| | | @ApiModelProperty("项目") |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | @ValueTableShow(4) |
| | | private String product; |
| | | |
| | | /** |
| | | * 渠道 |
| | | */ |
| | | @Size(max= 255,message="编码长度不能超过255") |
| | |
| | | @ValueTableShow(4) |
| | | private String agent; |
| | | |
| | | /** |
| | | * 项目 |
| | | */ |
| | | @Size(max= 255,message="编码长度不能超过255") |
| | | @ApiModelProperty("项目") |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | @ValueTableShow(5) |
| | | private String product; |
| | | /** |
| | | * 展现量 |
| | | */ |
| | |
| | | @ApiModelProperty("客户返点") |
| | | @ValueTableShow(18) |
| | | private BigDecimal customerRebate; |
| | | |
| | | @ApiModelProperty("微信号") |
| | | @ValueTableShow(19) |
| | | private String vxCard; |
| | | |
| | | /** |
| | | * 备用字段 |
| | | */ |
| | |
| | | /** |
| | | * |
| | | */ |
| | | @ApiModelProperty("创建时间") |
| | | @ApiModelProperty("系统时间") |
| | | @TableField(fill = FieldFill.INSERT) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @ValueTableShow(20) |
| | |
| | | /** |
| | | * |
| | | */ |
| | | @ApiModelProperty("更新时间") |
| | | @ApiModelProperty("登记时间") |
| | | @TableField(fill = FieldFill.INSERT_UPDATE) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @ValueTableShow(21) |