|
|
|
@ -54,13 +54,13 @@ public class WorkerAppVO implements Serializable { |
|
|
|
* 缴押金总额 |
|
|
|
*/ |
|
|
|
@ApiModelProperty("缴押金总额") |
|
|
|
private BigDecimal depoNum = new BigDecimal(0); |
|
|
|
private BigDecimal depoNum; |
|
|
|
|
|
|
|
/** |
|
|
|
* 押金余额 |
|
|
|
*/ |
|
|
|
@ApiModelProperty("押金余额") |
|
|
|
private BigDecimal depoBal = new BigDecimal(0); |
|
|
|
private BigDecimal depoBal; |
|
|
|
|
|
|
|
/** |
|
|
|
* 接单状态 1-可抢单 2-不可接单(押金不足状态) 3-已禁用(手工预置状态) |
|
|
|
@ -134,7 +134,7 @@ public class WorkerAppVO implements Serializable { |
|
|
|
* 扛包扣减固定金额 |
|
|
|
*/ |
|
|
|
@ApiModelProperty("扛包扣减固定金额") |
|
|
|
private BigDecimal fixedAmount = new BigDecimal(0); |
|
|
|
private BigDecimal fixedAmount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 登录账号 |
|
|
|
|