套餐编码可视化改造
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user