Crunchy
2024-07-26 e6adfe24edffb99a451781b34ac0710d37326e3f
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;