添加食谱计划页面

This commit is contained in:
huangdeliang
2021-06-07 19:18:19 +08:00
parent 20a3168a12
commit c57defc800
8 changed files with 328 additions and 37 deletions

View File

@ -6,6 +6,8 @@ public class WsUtils {
public static final String WS_TYPE_SYSTEM_MESSAGE = "WS_TYPE_SYSTEM_MESSAGE";
public static final String WS_TYPE_SYSTEM_MESSAGE_CLEAN = "WS_TYPE_SYSTEM_MESSAGE_CLEAN";
public static final String WS_TYPE_MESSAGE_COUNT = "WS_TYPE_MESSAGE_COUNT";
public static final String WS_TYPE_NEW_CUSTOMER_REPLY = "WS_TYPE_NEW_CUSTOMER_REPLY";