| | |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | 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_loc_revise") |
| | | public class LocRevise implements Serializable { |
| | | |
| | |
| | | * 源库区ID |
| | | */ |
| | | @ApiModelProperty(value= "源库区ID") |
| | | private Long orgAreaId; |
| | | private Long areaId; |
| | | |
| | | /** |
| | | * 原库区名称 |
| | | */ |
| | | @ApiModelProperty(value= "原库区名称") |
| | | private String orgAreaName; |
| | | private String areaName; |
| | | |
| | | @ApiModelProperty("调整时间") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | private Date exceTime; |
| | | |
| | | /** |
| | | * 状态 1: 正常 0: 冻结 |
| | |
| | | this.anfme = anfme; |
| | | this.reviseQty = reviseQty; |
| | | this.exceStatus = exceStatus; |
| | | this.orgAreaId = orgAreaId; |
| | | this.orgAreaName = orgAreaName; |
| | | this.areaId = orgAreaId; |
| | | this.areaName = orgAreaName; |
| | | this.status = status; |
| | | this.deleted = deleted; |
| | | this.tenantId = tenantId; |
| | |
| | | this.updateTime = updateTime; |
| | | this.memo = memo; |
| | | } |
| | | |
| | | // LocRevise locRevise = new LocRevise( |
| | | // null, // 调整单 |
| | | // null, // 单据类型 |
| | | // null, // 单据数量 |
| | | // null, // 实际数量 |
| | | // null, // 执行状态: |
| | | // null, // 源库区ID |
| | | // null, // 原库区名称 |
| | | // null, // 状态[非空] |
| | | // null, // 是否删除[非空] |
| | | // null, // 租户 |
| | | // null, // 添加人员 |
| | | // null, // 添加时间[非空] |
| | | // null, // 修改人员 |
| | | // null, // 修改时间[非空] |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | public String getType$(){ |
| | | if (null == this.type){ return null; } |