zhou zhou
1 天以前 1194038279d8a378f2ce7cbea59a32d753becbf8
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Loc.java
@@ -181,6 +181,7 @@
     * 是否删除 1: 是  0: 否  
     */
    @ApiModelProperty(value= "是否删除 1: 是  0: 否  ")
    @TableLogic
    private Integer deleted;
    /**
@@ -216,6 +217,9 @@
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
    private Date updateTime;
    @Version
    private Integer version;
    /**
     * 备注
@@ -303,6 +307,7 @@
        return StringUtils.join(strings, ",");
    }
    public String getUseStatus$(){
        if (null == this.useStatus){ return null; }
        switch (this.useStatus){