根据用户期望岗位,生成岗位推送消息

This commit is contained in:
sh
2026-05-20 12:11:28 +08:00
parent 14965b89e6
commit f2f12d72a1
9 changed files with 57 additions and 2 deletions

View File

@@ -97,6 +97,11 @@ public class StringUtil {
*/
public static final Map<String, String> REGION_CODE_CODE_MAP;
/**
* 消息id加密标记
*/
public static final String NOTICE_TYPE_ENCRYPT="4";
//批量条数
public static final int BATCH_SIZE = 1000;