无关风月
4 天以前 984dc83c2e93ee05d8ea57db5beec76a773d4716
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;
    /**