套餐编码可视化改造

This commit is contained in:
2026-04-08 15:41:32 +08:00
parent 0789462a8d
commit 30af977543
8 changed files with 332 additions and 56 deletions

View File

@@ -1,8 +1,9 @@
import type { ProductCode } from "@/lib/base"
import type { Model } from "./base/model"
import type { ProductSku } from "./product_sku"
export type Product = Model & {
code: string
code: ProductCode
name: string
description?: string
sort: number