qinlaiqiao 4 лет назад
Родитель
Сommit
328fe94744
1 измененных файлов с 0 добавлено и 22 удалено
  1. 0 22
      types/src/interface/user.ts

+ 0 - 22
types/src/interface/user.ts

@@ -1,17 +1,5 @@
 import { IProCptItem } from './compilation';
 
-/* eslint-disable camelcase */
-export enum ELockInfo {
-  BORROW = 1, // 借用
-  BUY = 2, // 销售
-}
-
-export interface IUpgradeItemInfo {
-  compilationID: string;
-  isUpgrade: boolean;
-  lock?: ELockInfo;
-}
-
 // 实体类型
 export enum EntityType {
   // 个人
@@ -37,16 +25,6 @@ export enum UserType {
   PROFESSIONAL = 'professional',
 }
 
-export interface IUsed {
-  compilationId: string;
-}
-
-export interface ISpecifyCptItem {
-  accountType: string;
-  enterpriseID?: string;
-  cptID: string;
-}
-
 export interface IUsedCptItem {
   // 编办 ID
   compilationID: string;