feat: 1.美团团购券相关接口

This commit is contained in:
张松
2024-11-26 15:26:07 +08:00
parent 94285f68d0
commit 2d65fc817c
25 changed files with 784 additions and 4 deletions

View File

@@ -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 {