feat:【mall 商城】快递模版的迁移(ele 100%)fix 必须要有 node-key

This commit is contained in:
YunaiV
2025-10-12 20:19:43 +08:00
parent 0d02c60478
commit 8c6d1d68d1
3 changed files with 4 additions and 2 deletions

View File

@@ -38,9 +38,9 @@ export namespace MallDeliveryExpressTemplateApi {
/** 排序 */
sort: number;
/** 计费区域列表 */
templateCharge: TemplateCharge[];
charges: TemplateCharge[];
/** 包邮区域列表 */
templateFree: TemplateFree[];
frees: TemplateFree[];
}
/** 运费模板精简信息 */