wy
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 设备厂商名称
|
||||
*/
|
||||
|
Reference in New Issue
Block a user