This commit is contained in:
2025-08-21 21:41:07 +08:00
7 changed files with 57 additions and 63 deletions

View File

@ -82,7 +82,10 @@ export interface MaterialsInventoryForm extends BaseEntity {
* 主键id
*/
id?: string | number;
/**
* 使用部位
*/
usePart?: string;
/**
* 材料id
*/