合并后台端
This commit is contained in:
@@ -85,6 +85,15 @@ export type ProductType = {
|
||||
sales: number
|
||||
status: number
|
||||
created_at: string
|
||||
// 药品相关字段
|
||||
specification?: string | null // 规格说明
|
||||
usage?: string | null // 用法用量
|
||||
side_effects?: string | null // 副作用
|
||||
precautions?: string | null // 注意事项
|
||||
expiry_date?: string | null // 有效期
|
||||
storage_conditions?: string | null // 储存条件
|
||||
approval_number?: string | null // 批准文号
|
||||
tags?: Array<string> | null // 商品标签
|
||||
}
|
||||
|
||||
// 商品SKU类型
|
||||
|
||||
Reference in New Issue
Block a user