ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/dto/ExchangeDto.java
File was renamed from ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/dto/ExchangeDto.java @@ -18,6 +18,13 @@ Integer goodType; @ApiModelProperty(hidden = true) Integer point; @ApiModelProperty("购买数量") Integer num; @ApiModelProperty("优惠卷id") Long couponId; @ApiModelProperty("1微信2支付宝") Integer payMethod; }