hjl
2024-07-19 c832cae4de3ff53e3b80cad317fbdd84de46c02d
ruoyi-api/ruoyi-api-goods/src/main/java/com/ruoyi/goods/api/model/TOrderVO.java
@@ -25,8 +25,8 @@
    /**
     * 主键id
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @TableId(value = "id", type = IdType.NONE)
    private String id;
    @ApiModelProperty(value = "用户id")
    private Integer userId;
    /**