rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItem.java
@@ -219,6 +219,9 @@ @ApiModelProperty(value= "修改人员") private Long updateBy; @ApiModelProperty("供应商ID") private Long splrId; /** * 修改时间 */ @@ -382,8 +385,6 @@ } return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.updateTime); } public Boolean getStatusBool(){ if (null == this.status){ return null; }