feat: 1.美团团购券相关接口
This commit is contained in:
@@ -32,6 +32,18 @@ public interface TableConstant {
|
||||
}
|
||||
}
|
||||
|
||||
class ThirdPartyCoupon {
|
||||
@Getter
|
||||
public enum Plat {
|
||||
MEI_TUAN("meituan");
|
||||
private final String value;
|
||||
|
||||
Plat(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class OrderInfo {
|
||||
@Getter
|
||||
public enum Status {
|
||||
|
||||
Reference in New Issue
Block a user