liding
2026-04-20 abf1a8b6b9e598bcf5dbdbddd6b8f4233b7c4293
src/main/java/com/ruoyi/measuringinstrumentledger/pojo/MeasuringInstrumentLedger.java
@@ -137,4 +137,17 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @ApiModelProperty("单位")
    private String unit;
    @ApiModelProperty("部门id")
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @ApiModelProperty("安装位置")
    private String instationLocation;
    private String cycle;
}