mitao
2024-12-06 56aea7aa05995ac0cca7c28e1324c4360afd4df5
medicalWaste-system/src/main/java/com/sinata/system/domain/SysDepartmentInfo.java
@@ -38,11 +38,11 @@
    @ApiModelProperty("机构级别(数据字典id)")
    @TableField("INSTITUTION_LEVEL")
    private Integer institutionLevel;
    private Long institutionLevel;
    @ApiModelProperty("机构性质(数据字典id)")
    @TableField("INSTITUTION_TYPE")
    private Integer institutionType;
    private Long institutionType;
    @ApiModelProperty("每日产废范围起")
    @TableField("DAILY_MIN_WASTE_QUANTITY")