feat:主数据同步

This commit is contained in:
苏竹红
2025-08-13 17:23:00 +08:00
parent 4a222b7a64
commit d52faf485b
4 changed files with 198 additions and 9 deletions

View File

@@ -16,7 +16,8 @@ public enum RocketMqTagEnum {
DEPT_EVENT("dept_event","部门事件"),
STORE_DING_QUEUE("store_ding_queue", "微应用钉钉消息发送"),
ZXJP_CREATE_STORE("zxjp_create_store", "正新鸡排招商创建门店"),
PARTNER_LICENSE_SYNC_QUEUE("partner_license_sync_queue", "招商证照信息同步");
PARTNER_LICENSE_SYNC_QUEUE("partner_license_sync_queue", "招商证照信息同步"),
BUSINESS_SYNC("business_sync", "工商食安信息同步"),
;