This commit is contained in:
2025-06-18 16:50:58 +08:00
parent 1262d4c745
commit 06a0e3649d
46 changed files with 3048 additions and 545 deletions

View File

@@ -1,11 +1,6 @@
import type { PageQuery, BaseEntity } from '#/api/common';
export interface FactoryVO {
/**
* 数据库id
*/
id: string | number;
/**
* 厂商编码
*/
@@ -34,11 +29,6 @@ export interface FactoryForm extends BaseEntity {
*/
id?: string | number;
/**
* 厂商编码
*/
factoryNo?: string;
/**
* 设备厂商名称
*/