| | |
| | | private BigDecimal score; |
| | | @TableField(exist = false) |
| | | private BigDecimal prizeScore; |
| | | @TableField(exist = false) |
| | | private BigDecimal commission; |
| | | @TableField(exist = false) |
| | | private Integer star; |
| | | @TableField(exist = false) |
| | | private BigDecimal totalScore; |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal amount; |
| | |
| | | */ |
| | | private Integer storeMaster; |
| | | |
| | | /** |
| | | * 联创 1-是 2-否 |
| | | */ |
| | | private Integer creater; |
| | | |
| | | /** |
| | | * 合伙人 1-是 2-否 |
| | | */ |
| | | private Integer partner; |
| | | /** |
| | | * 绿色凭证 |
| | | */ |
| | | @TableField(exist = false) |
| | | private BigDecimal voucherCnt; |
| | | /** |
| | | * 凭证现金 |
| | | */ |
| | | @TableField(exist = false) |
| | | private BigDecimal voucherAmount; |
| | | |
| | | /* |
| | | * 内转标识 1:开启 2:关闭 |
| | | */ |
| | | private Integer insideWith; |
| | | |
| | | /** |
| | | * 账号级别 1-会员 2-代理 3-股东 |
| | | */ |
| | | private Integer accountLevel; |
| | | } |