feat: add follow record log

This commit is contained in:
WangXu10
2025-03-03 16:45:34 +08:00
committed by Craftsman
parent 83896beab6
commit 397327c575
12 changed files with 42 additions and 11 deletions

View File

@@ -45,5 +45,14 @@ public class LogModule {
*/
public static final String MODULE_SETTING = "MODULE_SETTING";
//TODO start 暂定跟进记录模块常量
/**
* 客户模块
*/
public static final String FOLLOW_UP_RECORD = "FOLLOW_UP_RECORD";
//todo end
// 可以根据需要扩展其他模块常量
}