mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-17 03:05:13 +00:00
service clean up
This commit is contained in:
@ -1,18 +1,10 @@
|
||||
import {
|
||||
SubspaceModelEntity,
|
||||
SubspaceProductItemModelEntity,
|
||||
SubspaceProductModelEntity,
|
||||
} from '@app/common/modules/space-model';
|
||||
import { SubspaceModelEntity } from '@app/common/modules/space-model';
|
||||
|
||||
export interface AddSubspaceModelInterface {
|
||||
subspaceModel: SubspaceModelEntity;
|
||||
productModels: ProductModelInterface[];
|
||||
}
|
||||
|
||||
export interface ProductModelInterface {
|
||||
productModel: SubspaceProductModelEntity;
|
||||
productItemModels: SubspaceProductItemModelEntity[];
|
||||
}
|
||||
export interface ProductModelInterface {}
|
||||
|
||||
export interface IModifySubspaceModelInterface {
|
||||
spaceModelUuid: string;
|
||||
@ -22,8 +14,6 @@ export interface IModifySubspaceModelInterface {
|
||||
}
|
||||
|
||||
export interface IModifiedProductItemsModelsInterface {
|
||||
new?: SubspaceProductItemModelEntity[];
|
||||
update?: SubspaceProductItemModelEntity[];
|
||||
delete?: string[];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user