liujie
7 天以前 a8d571b2c1b4881bff496f14e9d07ad1dc556f90
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;
    /**