🔨 CRM:优化产品代码的实现

This commit is contained in:
YunaiV
2023-12-06 12:32:51 +08:00
parent ee9667504f
commit b3d66cd0aa
5 changed files with 92 additions and 97 deletions

View File

@ -4,7 +4,7 @@ export interface ProductVO {
id: number
name: string
no: string
unit: string
unit: number
price: number
status: number
categoryId: number