This commit is contained in:
Teo
2025-08-21 21:39:42 +08:00
parent 1cdd24271c
commit 65f4191211
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
*/