| | |
| | | @TableId(type = IdType.AUTO) |
| | | private Integer id; |
| | | /** |
| | | * 代理公司 |
| | | */ |
| | | @ValueTableShow |
| | | @Size(max= 255,message="编码长度不能超过255") |
| | | @ApiModelProperty("代理商") |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | private String company; |
| | | /** |
| | | * 账户名 |
| | | */ |
| | | @ValueTableShow |
| | |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | private String name; |
| | | /** |
| | | * 代理公司 |
| | | */ |
| | | @ValueTableShow |
| | | @Size(max= 255,message="编码长度不能超过255") |
| | | @ApiModelProperty("代理公司") |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | private String company; |
| | | /** |
| | | * 消费金额 |
| | | */ |
| | | @ValueTableShow |
| | | @ApiModelProperty("消费金额") |
| | | @ApiModelProperty("金额") |
| | | private BigDecimal consumption; |
| | | /** |
| | | * 充值金额 |
| | | */ |
| | | @ValueTableShow |
| | | @ApiModelProperty("充值金额") |
| | | private BigDecimal recharge; |
| | | /** |
| | | * 退款金额 |
| | | */ |
| | | @ValueTableShow |
| | | @ApiModelProperty("退款金额") |
| | | private BigDecimal refund; |
| | | /** |
| | | * 代理返点 |
| | | */ |
| | | * 代理返点 |
| | | */ |
| | | @ValueTableShow |
| | | @ApiModelProperty("代理返点") |
| | | private BigDecimal agentRebate; |
| | | /** |
| | | * 打款人民币 |
| | | */ |
| | | @ValueTableShow |
| | | @ApiModelProperty("打款人民币") |
| | | private BigDecimal money; |
| | | /** |
| | | * 员工返点 |
| | | */ |
| | | @ValueTableShow |
| | | @ApiModelProperty("员工返点") |
| | | private BigDecimal employeeRebate; |
| | | /** |
| | | * 员工返点人民币 |
| | | */ |
| | | @ValueTableShow |
| | | @ApiModelProperty("员工返点人民币") |
| | | private BigDecimal employeeRebateMoney; |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | |
| | | @TableField(fill = FieldFill.INSERT_UPDATE) |
| | | private Integer updateUser; |
| | | |
| | | private Integer dataId; |
| | | |
| | | |
| | | } |