自动化立体仓库 - WMS系统
chen.llin
1 天以前 ee03f78ceb74f81afff6f5dbcc0398b5d021fe37
src/main/java/com/zy/asrs/entity/CrnTiltRecord.java
@@ -62,14 +62,7 @@
    private Float tiltZ;
    /**
     * 记录日期(每周记录一次)
     */
    @ApiModelProperty(value = "记录日期")
    @TableField("record_date")
    private Date recordDate;
    /**
     * 记录时间
     * 记录时间(包含完整的日期时间信息)
     */
    @ApiModelProperty(value = "记录时间")
    @TableField("record_time")
@@ -142,21 +135,6 @@
    public void setTiltZ(Float tiltZ) {
        this.tiltZ = tiltZ;
    }
    public Date getRecordDate() {
        return recordDate;
    }
    public void setRecordDate(Date recordDate) {
        this.recordDate = recordDate;
    }
    public String getRecordDate$() {
        if (recordDate == null) {
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd").format(recordDate);
    }
    public Date getRecordTime() {