This commit is contained in:
van
2026-06-03 12:06:43 +08:00
parent 6412168cc6
commit 67e6723685
12 changed files with 278 additions and 29 deletions

View File

@@ -52,6 +52,9 @@ public interface IJDOrderService {
/** 快捷录单:型号及最近一次单的付款 / 后返 */
List<QuickRecordModelOption> selectQuickRecordModelOptions();
/** 一键迁移:拆分 model_number 末尾店铺前缀到 model_shop */
java.util.Map<String, Object> migrateModelShopSplit();
}