zss
2024-07-26 eab93d7bef852c1b1f6356c7cde3dc45c2ed9327
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;