fix(@vben/web-antd): 商品详情移除类型编辑并停止提交kind字段
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 48s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 48s
This commit is contained in:
@@ -232,7 +232,7 @@ export interface SaveProductDto {
|
||||
id?: string;
|
||||
imageUrls?: string[];
|
||||
labelIds?: string[];
|
||||
kind: ProductKind;
|
||||
kind?: ProductKind;
|
||||
name: string;
|
||||
originalPrice: null | number;
|
||||
packingFee?: null | number;
|
||||
|
||||
Reference in New Issue
Block a user