feat:门店数据

This commit is contained in:
苏竹红
2025-06-06 10:12:13 +08:00
parent 81083972ca
commit dd1bd487fc
3 changed files with 17 additions and 1 deletions

View File

@@ -100,6 +100,14 @@ public class StoreServiceImpl implements StoreService {
case ONLINE_ORDER_NAME:
dto.setOrderMiniProgramName(entry.getValue());
break;
case TEST_JOIN_MODE:
case ONLINE_JOIN_MODE:
dto.setJoinMode(entry.getValue());
break;
case TEST_STORE_TYPE:
case ONLINE_STORE_TYPE:
dto.setStoreType(entry.getValue());
break;
}
}
}