危化品全生命周期管理后端
heheng
2025-04-18 5b18c5a8c26194474b65b180c6e87e180a03c646
hazmat-system/src/main/java/com/gkhy/hazmat/system/domain/HzProductBasic.java
@@ -142,5 +142,13 @@
    @TableField(exist = false)
    private String companyName;
    @ApiModelProperty("危化品特性类别")
    @TableField(exist = false)
    private String riskType;
    @ApiModelProperty("危化品分类信息id")
    @TableField("secientific_id")
    private Integer secientificId;
}