zxl
8 天以前 3b1451ed5f5852b6c0bbe2bbca48874cfdb4f11e
framework/src/main/java/cn/lili/modules/lmk/domain/query/CouponVirtualQuery.java
@@ -21,5 +21,8 @@
@ApiModel(value = "CouponVirtual查询参数", description = "虚拟商品优惠卷查询参数")
public class CouponVirtualQuery extends AbsQuery {
    private String orderId;
    private String userNickName;
    private String skuName;
}