材料管理 变更清单

This commit is contained in:
Teo
2025-08-08 20:03:00 +08:00
parent f37ca487f6
commit 93a3ea764e
28 changed files with 1973 additions and 432 deletions

View File

@ -140,7 +140,10 @@ export interface SafetyInspectionForm extends BaseEntity {
* 主键ID
*/
id?: string | number;
/**
* 整改单位类型
*/
rectificationUnit?: string;
/**
* 父id默认为0
*/