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