liding
9 小时以前 315ef5820062ba31eb821cc3c347e38a313b1976
src/main/java/com/ruoyi/measuringinstrumentledger/pojo/MeasuringInstrumentLedger.java
@@ -104,7 +104,7 @@
     * 状态(1-有效 2-逾期)
     */
    @ApiModelProperty("状态(1-有效 2-逾期)")
    @Excel(name = "状态", readConverterExp = "1=有效,2=逾期,3=即将到期")
    @Excel(name = "状态", readConverterExp = "1=有效,2=逾期")
    private Integer status;
    /**
@@ -136,17 +136,5 @@
     */
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @ApiModelProperty("部门id")
    private Long deptId;
    @ApiModelProperty("安装位置")
    private String installationLocation;
    @ApiModelProperty("检定单位")
    private String unit;
    @ApiModelProperty("检定周期(天)")
    private Long cycle;
}