危化品全生命周期管理后端
“djh”
2025-07-29 72fc14d9b157897f2581137d7d463eb72da8f135
hazmat-system/src/main/java/com/gkhy/hazmat/system/domain/HzHazmatBasic.java
@@ -165,5 +165,14 @@
    @TableField(exist = false)
    private String companyName;
    @ApiModelProperty("危化品特性类别")
    @TableField(exist = false)
    private String riskType;
    @ApiModelProperty("危化品分类信息id")
    @TableField("secientific_id")
    private Integer secientificId;
}