|
|
@@ -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;
|