预约记录
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-09 17:39:48 +08:00
parent c866e04b89
commit 43b1af937b
11 changed files with 157 additions and 62 deletions

View File

@@ -1,8 +1,6 @@
import type { WorkOrdersTypeVO, WorkOrdersTypeForm, WorkOrdersTypeQuery } from './model';
import type { ID, IDS } from '#/api/common';
import type { PageResult } from '#/api/common';
import { commonExport } from '#/api/helper';
import { requestClient } from '#/api/request';

View File

@@ -35,7 +35,6 @@ export interface WorkOrdersTypeVO {
* 是否支持转单(0支持,1不支持)
*/
isTransfers: number;
}
export interface WorkOrdersTypeForm extends BaseEntity {
@@ -73,7 +72,6 @@ export interface WorkOrdersTypeForm extends BaseEntity {
* 是否支持转单(0支持,1不支持)
*/
isTransfers?: number;
}
export interface WorkOrdersTypeQuery extends PageQuery {