src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -61,7 +61,7 @@ @ApiModelProperty(value= "颜色") private String color; @ApiModelProperty(value= "品牌") @ApiModelProperty(value= "仓库") private String brand; @ApiModelProperty(value= "单位") @@ -248,6 +248,14 @@ return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime); } public String getBrand$(){ if (Cools.isEmpty(this.brand)){ return ""; } return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime); } public void sync(Object source) { Synchro.Copy(source, this); }