| | |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.stylefeng.guns.modular.system.model.BaseBean; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | |
| | | @TableField("abnormalImg") |
| | | private String abnormalImg; |
| | | |
| | | |
| | | private Integer promotionDriverId; |
| | | |
| | | private BigDecimal promotionMoney; |
| | | |
| | | |
| | | private String splitAllocation; |
| | | |
| | | public Integer getPromotionDriverId() { |
| | | return promotionDriverId; |
| | | } |
| | | |
| | | public void setPromotionDriverId(Integer promotionDriverId) { |
| | | this.promotionDriverId = promotionDriverId; |
| | | } |
| | | |
| | | public BigDecimal getPromotionMoney() { |
| | | return promotionMoney; |
| | | } |
| | | |
| | | public void setPromotionMoney(BigDecimal promotionMoney) { |
| | | this.promotionMoney = promotionMoney; |
| | | } |
| | | |
| | | public Integer getAbnormal() { |
| | | return abnormal; |