| | |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal balance; |
| | | @TableField(exist = false) |
| | | private BigDecimal score; |
| | | @TableField(exist = false) |
| | | private BigDecimal prizeScore; |
| | | @TableField(exist = false) |
| | | private BigDecimal commission; |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal amount; |
| | | |
| | | @TableField(exist = false) |
| | | private String query; |
| | | |
| | | @TableField(exist = false) |
| | | private String levelName; |
| | | |
| | | /** |
| | | * 董事1:是 2:否 |
| | | */ |
| | | private Integer director; |
| | | |
| | | /** |
| | | * 店长1:是 2:否 |
| | | */ |
| | | private Integer storeMaster; |
| | | |
| | | /** |
| | | * 是否是合伙人 1:是 2:否 |
| | | */ |
| | | private Integer partner; |
| | | |
| | | } |