Commit e915cb5c by 查志伟

添加枚举

parent 310d461d
......@@ -26,6 +26,11 @@ public enum OrderChannelType {
APP("app", "APP"),
/**
* 抖音小程序
*/
TIKTOK("dy", "抖音小程序"),
POINTSMALL("pointsmall", "积分商城");
private String code;
......
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