hjl
2024-07-17 43141e97d3303dbc1dafc1dc4e6f6f6555fe9610
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 Long id;
    @TableId(value = "id", type = IdType.NONE)
    private String id;
    @ApiModelProperty(value = "用户id")
    private Integer userId;
    /**