| | |
| | | import java.math.BigDecimal; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import java.time.LocalDateTime; |
| | | |
| | | import com.mzl.flower.base.BaseAutoEntity; |
| | | import com.mzl.flower.base.BaseEntity; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | @EqualsAndHashCode(callSuper = true) |
| | | @Accessors(chain = true) |
| | | @TableName("t_withdraw_record") |
| | | public class WithdrawRecordDO extends BaseEntity { |
| | | public class WithdrawRecordDO extends BaseAutoEntity { |
| | | |
| | | |
| | | /** |
| | | * 供应商ID |
| | | */ |
| | | @ApiModelProperty(value = "供应商Id") |
| | | private Long supplierId; |
| | | private String supplierId; |
| | | |
| | | /** |
| | | * 提现金额 |