skyouc
2 天以前 5466af6a44f22552d0040adfe63ac2a574b66c74
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocRevise.java
@@ -3,6 +3,9 @@
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;
@@ -22,6 +25,7 @@
import java.util.Date;
@Data
@Accessors(chain = true)
@TableName("man_loc_revise")
public class LocRevise implements Serializable {
@@ -68,13 +72,17 @@
     * 源库区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: 冻结  
@@ -135,8 +143,8 @@
        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;
@@ -146,24 +154,6 @@
        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; }