|  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.annotation.IdType; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.annotation.TableId; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.annotation.TableName; | 
|---|
|  |  |  | import io.swagger.v3.oas.annotations.media.Schema; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  | import com.fasterxml.jackson.annotation.JsonFormat; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "计价数量2(分拣工/包装工 人数)", example = "1") | 
|---|
|  |  |  | private Integer priceNum2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "(发单方设置)计价数量1((重量/人数/(天数/小时/重量)/(天数/次数)/用餐天数)", example = "1") | 
|---|
|  |  |  | private Integer originPriceNum1; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "(发单方设置)计价数量2(分拣工/包装工 人数)", example = "1") | 
|---|
|  |  |  | private Integer originPriceNum2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "需求补充") | 
|---|
|  |  |  | private String supplement; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "费用标准", example = "1") | 
|---|
|  |  |  | private Long price; | 
|---|
|  |  |  | private BigDecimal price; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "预估费用", example = "1") | 
|---|
|  |  |  | private Long estimatedAccount; | 
|---|
|  |  |  | @ApiModelProperty(value = "接单方确认其他费用(分)", example = "1") | 
|---|
|  |  |  | private Long confirmOtherFee; | 
|---|
|  |  |  | @ApiModelProperty(value = "接单方确认费用备注", example = "1") | 
|---|
|  |  |  | private String confirmFeeRemark; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "(发单方设置)预估费用", example = "1") | 
|---|
|  |  |  | private Long originEstimatedAccount; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "实际支付费用", example = "1") | 
|---|
|  |  |  | private Long payAccount; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "实收费用", example = "1") | 
|---|
|  |  |  | private Long receiveAccount; | 
|---|
|  |  |  | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Integer queryMyOrderType; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Schema(description ="修改确认倒计时") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Long confirmCountdown; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "需求类型") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|