feat: 工单类型加部门名称

This commit is contained in:
fyy
2025-08-29 21:10:53 +08:00
parent e25ec2d703
commit 9404ed2d6e
4 changed files with 132 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
import type {PageQuery, BaseEntity} from '#/api/common';
import type { PageQuery, BaseEntity } from '#/api/common';
export interface WorkOrdersTypeVO {
/**
@@ -41,7 +41,10 @@ export interface WorkOrdersTypeVO {
* 处理优先级
*/
processingWeight: string;
/**
* 部门名称
*/
deptName?: string;
}
export interface WorkOrdersTypeForm extends BaseEntity {