Commit 52ebb985 by guos

会员标签4.0

parent 39dc367a
package com.gic.spark.entity.request;
/**
* @description:
* 卡卷类
* @author: wangxk
* @date: 2020/4/21
*/
public class CouponRequest extends FilterRequest{
private static final long serialVersionUID = 4411295146033929579L;
}
......@@ -13,7 +13,6 @@ public class TagValueParser {
public static FilterRequest parseFilterValue(TagConditionDTO conditionDTO){
FilterRequest request=null;
return request;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment