| | |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | |
| | | import lombok.experimental.Accessors; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | | @Accessors(chain = true) |
| | | @TableName("man_wait_pakin") |
| | | public class WaitPakin implements Serializable { |
| | | |
| | |
| | | */ |
| | | @ApiModelProperty(value= "编码") |
| | | private String code; |
| | | |
| | | /** |
| | | * 订单ID |
| | | */ |
| | | @ApiModelProperty(value= "订单ID") |
| | | private Long ansId; |
| | | |
| | | /** |
| | | * 订单编码 |
| | | */ |
| | | @ApiModelProperty(value= "订单编码") |
| | | private String asnCode; |
| | | |
| | | /** |
| | | * 容器码 |
| | |
| | | private Short ioStatus; |
| | | |
| | | /** |
| | | * 是否不良品 |
| | | */ |
| | | @ApiModelProperty("是否不良品") |
| | | private Short flagDefect; |
| | | |
| | | /** |
| | | * 状态 1: 正常 0: 冻结 |
| | | */ |
| | | @ApiModelProperty(value= "状态 1: 正常 0: 冻结 ") |
| | |
| | | * 是否删除 1: 是 0: 否 |
| | | */ |
| | | @ApiModelProperty(value= "是否删除 1: 是 0: 否 ") |
| | | @TableLogic |
| | | private Integer deleted; |
| | | |
| | | /** |
| | |
| | | |
| | | public WaitPakin() {} |
| | | |
| | | public WaitPakin(String code,Long ansId,String asnCode,String barcode,Double anfme,Short ioStatus,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public WaitPakin(String code,String barcode,Double anfme,Short ioStatus,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.code = code; |
| | | this.ansId = ansId; |
| | | this.asnCode = asnCode; |
| | | this.barcode = barcode; |
| | | this.anfme = anfme; |
| | | this.ioStatus = ioStatus; |
| | |
| | | return "待入库"; |
| | | case 1: |
| | | return " 入库中"; |
| | | case 2: |
| | | return "任务执行中"; |
| | | case 3: |
| | | return "任务完成"; |
| | | default: |
| | | return String.valueOf(this.ioStatus); |
| | | } |