| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.vincent.rsf.framework.common.DateUtils; |
| | | import com.vincent.rsf.server.manager.service.LocService; |
| | | import com.vincent.rsf.server.manager.service.WarehouseAreasService; |
| | | import com.vincent.rsf.server.system.constant.DictTypeCode; |
| | |
| | | @ApiModelProperty("出库数量") |
| | | @TableField(exist = false) |
| | | private Double outQty; |
| | | |
| | | @ApiModelProperty("巷道") |
| | | @TableField(exist = false) |
| | | private Integer channel; |
| | | |
| | | /** |
| | | * 物料名称 |
| | |
| | | @ApiModelProperty(value= "修改人员") |
| | | private Long updateBy; |
| | | |
| | | @ApiModelProperty("供应商ID") |
| | | private Long splrId; |
| | | |
| | | /** |
| | | * 修改时间 |
| | | */ |
| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
| | | private Date updateTime; |
| | | |
| | | // @TableField(exist = false) |
| | | // private Long waveId; |
| | | // |
| | | // @TableField(exist = false) |
| | | // private Long waveItemId; |
| | | // |
| | | // @TableField(exist = false) |
| | | // private String waveCode; |
| | | |
| | | @TableField(exist = false) |
| | | private Long sourceId; |
| | |
| | | @TableField(exist = false) |
| | | private String sourceCode; |
| | | |
| | | @ApiModelProperty("出站口") |
| | | @TableField(exist = false) |
| | | private String site; |
| | | |
| | | |
| | | /** |
| | |
| | | return dictData.getLabel(); |
| | | } |
| | | |
| | | public Double getReviseQty() { |
| | | return this.anfme; |
| | | } |
| | | |
| | | public String getStatus$(){ |
| | | if (null == this.status){ return null; } |
| | | switch (this.status){ |
| | |
| | | default: |
| | | return String.valueOf(this.status); |
| | | } |
| | | } |
| | | |
| | | public Integer getDeadTime() { |
| | | if (null == this.createTime){ return null; } |
| | | return DateUtils.diff(createTime, new Date()); |
| | | } |
| | | |
| | | public String getCreateBy$(){ |
| | |
| | | } |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.updateTime); |
| | | } |
| | | |
| | | |
| | | |
| | | public Boolean getStatusBool(){ |
| | | if (null == this.status){ return null; } |