feat: 工单类型加部门名称
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user