zss
2024-08-09 bc3313efa51f00e128b6d9483becfd71df4e659d
inspect-server/src/main/java/com/yuanchu/mom/pojo/StandardProductList.java
@@ -20,7 +20,7 @@
    /**
     * 主键id
     */
    @TableId(type = IdType.ASSIGN_ID)
    @TableId(value = "id",type = IdType.ASSIGN_ID)
    @JsonSerialize(using = ToStringSerializer.class)
    private Long id;
@@ -182,4 +182,10 @@
    private String tree;
    private Integer structureItemParameterId;
    @ApiModelProperty(value = "检验项分类")
    private String inspectionItemClass;
    @ApiModelProperty(value = "检验项分类EN")
    private String inspectionItemClassEn;
}