liujie
2025-09-02 54278cfe4715594f29c5819f40bf2e94d175f87c
ruoyi-service/ruoyi-goods/src/main/java/com/ruoyi/goods/vo/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;
    /**