declare class AppOrderOptDayDataDTO { /** 日期 */ date: string; /** 当日订单数 */ orderCount: any; } declare class ApplicationOfProject { /** 应用编码 */ code: string; /** 资源类型 PAGER 网页 APP 应用 PICTURE 图片 */ contentType: string; /** 封面图链接 */ coverPicUrl: string; /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 跳转链接 */ linkUrl: string; /** pc封面图链接 */ pcCoverPicUrl: string; /** 资源位Code */ resCode: string; /** 资源内容id,新增banner无此参数 */ resContentId: any; /** 状态 TRUE 启用 FALSE 停用 */ status: string; /** 专题名称 */ topicName: string; } declare class ApplicationProjectQuery { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 资源位Code */ resCode: string; } declare class BasicInformation { /** 应用编码 */ code: string; /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 资源位Code */ resCode: string; /** 资源内容id,新增banner无此参数 */ resContentId: any; /** 状态 TRUE 启用 FALSE 停用 */ status: string; } declare class CategoryOptDataDTO { /** 分类下应用数 */ appCount: any; /** 类目编码 */ categoryCode: string; /** 类目名称 */ categoryName: string; /** 当日订单数 */ orderCount: any; } declare class CommonFrontConfigDTO { /** desc */ desc: string; /** homeDatavConfig */ homeDatavConfig: HomeDatavConfig; } declare class CommonOptValueDTO { /** code */ code: string; /** name */ name: string; /** value */ value: any; } declare class ContentNewsPageQuery { /** 钉钉corpId */ dingCorpId: string; /** groupBy */ groupBy: string; /** needTotalCount */ needTotalCount: boolean; /** offset */ offset: any; /** orderBy */ orderBy: string; /** orderDirection */ orderDirection: string; /** pageIndex */ pageIndex: any; /** pageSize */ pageSize: any; } declare class CubeDingUploadFileDTO { /** dingUploadFileDTO */ dingUploadFileDTO: DingUploadFileDTO; /** url */ url: string; } declare class DataCenterSingleViewDTO { /** data */ data: any[]; /** rate */ rate: string; /** total */ total: any; } declare class DataCenterViewDTO { /** pcDatavUrl */ pcDatavUrl: string; /** schoolData */ schoolData: DataCenterSingleViewDTO; /** studentData */ studentData: DataCenterSingleViewDTO; /** teacherData */ teacherData: DataCenterSingleViewDTO; } declare class DataFromTheCockpit { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 跳转链接 */ linkUrl: string; /** 图标链接 */ picUrl: string; /** 资源位Code */ resCode: string; /** 资源内容id,新增banner无此参数 */ resContentId: any; /** 副标题 */ subTitle: string; /** 标题 */ title: string; } declare class DingUploadFileDTO { /** 文件Id */ fileId: string; /** 文件名称 */ fileName: string; /** 文件大小 */ fileSize: any; /** 文件类型 */ fileType: string; /** 文件URL */ fileUrl: string; /** 空间Id */ spaceId: string; } declare class GeneralItemDTO { /** name */ name: string; /** value */ value: any; } declare class H5DatavConfig { /** linkUrl */ linkUrl: string; /** picUrl */ picUrl: string; /** subTitle */ subTitle: string; /** title */ title: string; } declare class HomeAppOptDataDTO { /** 应用类目分布 */ categoryAppCountList: any[]; /** 类目购买订单量 */ categoryAppOrderList: any[]; /** 日订单量 */ dayOrderList: any[]; } declare class HomeDatavConfig { /** areaCode */ areaCode: string; /** corpName */ corpName: string; /** h5DatavConfigList */ h5DatavConfigList: any[]; /** pcDatavUrl */ pcDatavUrl: string; } declare class HotRecommendedQuery { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 资源位Code */ resCode: string; } declare class MarketBannerCreated { /** 应用编码 */ appCode: string; /** 应用名称 */ appName: string; /** 应用图标 */ appPicUrl: string; /** 资源类型 PAGER 网页 APP 应用 PICTURE 图片 */ contentType: string; /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 跳转链接 */ linkUrl: string; /** pc封面图链接 */ pcCoverPicUrl: string; /** pc跳转链接 */ pcLinkUrl: string; /** PC图标 */ pcPicUrl: string; /** 轮播图片链接 */ picUrl: string; /** 资源位Code */ resCode: string; /** 资源内容id,新增banner无此参数 */ resContentId: any; /** 状态 TRUE 启用 FALSE 停用 */ status: string; /** 副标题 */ subTitle: string; /** 标题 */ title: string; } declare class MenuArrayDTO { /** menuList */ menuList: any[]; } declare class MenuDTO { /** code */ code: string; /** subMenuList */ subMenuList: any[]; /** title */ title: string; } declare class MostInformation { /** 应用编码 */ appCode: string; /** 应用描述 */ appDesc: string; /** 应用名称 */ appName: string; /** 应用图标 */ appPicUrl: string; /** 类目路径 */ categoryNameWithParent: string; /** 订单数 */ orderCount: any; /** 规格类型 */ payType: any; /** 规格价格 */ price: any; /** 应用商品规格编码 */ priceRuleCode: string; /** 应用商品规格名称 */ priceRuleName: string; /** 数量 */ priceTimeNumber: any; /** 时间单位 */ priceTimeUnit: string; } declare class MultiResponse { /** data */ data: any[]; /** empty */ empty: boolean; /** errCode */ errCode: string; /** errMessage */ errMessage: string; /** notEmpty */ notEmpty: boolean; /** success */ success: boolean; } declare class News { /** 内容 */ contentText: string; /** 创建人 */ creatorId: string; /** 创建人姓名 */ creatorName: string; /** 钉钉corpId */ dingCorpId: string; /** 特征/备注 */ feature: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModify: string; /** 主键ID */ id: any; /** 跳转链接 */ linkUrl: string; /** 修改人 */ modifierId: string; /** 跳转链接 */ pcLinkUrl: string; /** pc封面图链接 */ pcPicUrl: string; /** 图片链接 */ picUrl: string; /** 状态 ACTIVE 启动,STOP 停用 */ status: string; /** 副标题 */ subTitle: string; /** 标题 */ title: string; } declare class OpenPlatformApplicationDisplayInformation { /** 应用描述 */ appDesc: string; /** 应用移动端首页地址 */ appHomeUrl: string; /** 应用技术类型 */ appTechType: string; /** 应用技术类型描述 */ appTechTypeDesc: string; /** 应用类型 */ appType: string; /** 应用类型描述 */ appTypeDesc: string; /** 应用类目编码 */ categoryCode: string; /** 应用类目名称 */ categoryName: string; /** 类目名称 */ categoryNameWithParent: string; /** 应用编码 */ code: string; /** 创建者Id */ creatorId: string; /** 开发者公司 */ developerCompany: string; /** 开发者名称 */ developerName: string; /** 钉钉公司Id */ dingCorpId: string; /** 应用特性-扩展字段 */ feature: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 应用图标链接 */ iconUrl: string; /** 应用id */ id: any; /** 最后修改者Id */ lastModifierId: string; /** 应用名称 */ name: string; /** 应用PC端首页地址 */ pcHomeUrl: string; /** 应用显示位置 */ showLocation: string; /** 应用状态 */ status: string; /** 应用状态描述 */ statusDesc: string; } declare class OperationCommand { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 主键id */ id: any; /** 最后修改者Id */ lastModifierId: string; /** 状态 启用 停用 */ status: string; } declare class OptOrgSimpleDTO { /** corpId */ corpId: string; /** cubeOrgId */ cubeOrgId: string; /** name */ name: string; } declare class PageResponse { /** data */ data: any[]; /** empty */ empty: boolean; /** errCode */ errCode: string; /** errMessage */ errMessage: string; /** notEmpty */ notEmpty: boolean; /** pageIndex */ pageIndex: any; /** pageSize */ pageSize: any; /** success */ success: boolean; /** totalCount */ totalCount: any; /** totalPages */ totalPages: any; } declare class PagingQueryApplicationProjects { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 暂不支持 */ groupBy: string; /** 最后修改者Id */ lastModifierId: string; /** 是否需要总数 */ needTotalCount: boolean; /** offset */ offset: any; /** 排序字段,常见字段为gmt_create或gmt_modified */ orderBy: string; /** 默认降序 */ orderDirection: string; /** 页号 */ pageIndex: any; /** 页大小 */ pageSize: any; /** 资源位Code */ resCode: string; /** 状态 ACTIVE 启用 STOP 停用 */ status: string; } declare class PagingQueryTheBaseClass { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 暂不支持 */ groupBy: string; /** 最后修改者Id */ lastModifierId: string; /** 是否需要总数 */ needTotalCount: boolean; /** offset */ offset: any; /** 排序字段,常见字段为gmt_create或gmt_modified */ orderBy: string; /** 默认降序 */ orderDirection: string; /** 页号 */ pageIndex: any; /** 页大小 */ pageSize: any; } declare class RegionAppDTO { /** appCode */ appCode: string; /** appName */ appName: string; /** corpName */ corpName: string; /** gmtCreate */ gmtCreate: string; } declare class RegionOrgDTO { /** adminName */ adminName: string; /** orgName */ orgName: string; /** status */ status: string; /** statusName */ statusName: string; } declare class RegionalOperationalData { /** appOrderNum */ appOrderNum: any[]; /** businessPersonNum */ businessPersonNum: any[]; /** dataOverview */ dataOverview: any[]; /** orgActivePersonNum */ orgActivePersonNum: any[]; /** schoolOrderAppNum */ schoolOrderAppNum: any[]; } declare class ResourceApplicationPagingQuery { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 暂不支持 */ groupBy: string; /** 最后修改者Id */ lastModifierId: string; /** 是否需要总数 */ needTotalCount: boolean; /** offset */ offset: any; /** 排序字段,常见字段为gmt_create或gmt_modified */ orderBy: string; /** 默认降序 */ orderDirection: string; /** 页号 */ pageIndex: any; /** 页大小 */ pageSize: any; /** 查询关键词 */ queryKey: string; } declare class ResourceContentDTO { /** 创建人 */ creatorId: string; /** banner内容 */ data: string; /** 特征/备注 */ feature: string; /** 资源填充id 如 新闻newId、appCode */ fillContentId: string; /** 资源填充内容类型 例如APP、NEWS */ fillContentType: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModify: string; /** 主键ID */ id: any; /** banner内容-json数据 */ jsonData: any; /** 最后修改人 */ lastModifierId: string; /** 资源位code */ resCode: string; /** 资源排期id */ resScheduleId: any; /** 排序 */ sortIndex: any; /** 状态 启用 停用 */ status: string; /** 租户Id */ tenantId: string; } declare class ResourceContentListQuery { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 资源位Code */ resCode: string; } declare class ResourceContentPagingQuery { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 暂不支持 */ groupBy: string; /** 最后修改者Id */ lastModifierId: string; /** 是否需要总数 */ needTotalCount: boolean; /** offset */ offset: any; /** 排序字段,常见字段为gmt_create或gmt_modified */ orderBy: string; /** 默认降序 */ orderDirection: string; /** 页号 */ pageIndex: any; /** 页大小 */ pageSize: any; /** 资源位Code */ resCode: string; /** 状态 ACTIVE 启用 STOP 停用 */ status: string; } declare class ResourceContentSortingCommands { /** 资源位code */ resCode: string; /** 资源内容id */ resContentId: any; /** 资源位排期Id */ resScheduleId: any; } declare class Response { /** errCode */ errCode: string; /** errMessage */ errMessage: string; /** success */ success: boolean; } declare class SingleResponse { /** data */ data: CommonFrontConfigDTO; /** errCode */ errCode: string; /** errMessage */ errMessage: string; /** success */ success: boolean; } declare class TheFirstCategoryToCreateScreen { /** 类目编码 */ code: string; /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 资源位Code */ resCode: string; /** 资源内容id,新增banner无此参数 */ resContentId: any; } declare class TheFirstScreenCategoryBatchCreation { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 类目列表 */ marketCategoryCreateCmdList: any[]; /** 资源位Code */ resCode: string; /** 资源内容id,新增banner无此参数 */ resContentId: any; } declare class TheFirstScreenCategoryQuery { /** 创建者Id */ creatorId: string; /** 钉钉公司Id */ dingCorpId: string; /** 创建时间 */ gmtCreate: string; /** 修改时间 */ gmtModified: string; /** 最后修改者Id */ lastModifierId: string; /** 资源位Code */ resCode: string; } declare class TheQueryCommand { /** id */ id: any; } export declare const operation: { AppOrderOptDayDataDTO: typeof AppOrderOptDayDataDTO; ApplicationOfProject: typeof ApplicationOfProject; ApplicationProjectQuery: typeof ApplicationProjectQuery; BasicInformation: typeof BasicInformation; CategoryOptDataDTO: typeof CategoryOptDataDTO; CommonFrontConfigDTO: typeof CommonFrontConfigDTO; CommonOptValueDTO: typeof CommonOptValueDTO; ContentNewsPageQuery: typeof ContentNewsPageQuery; CubeDingUploadFileDTO: typeof CubeDingUploadFileDTO; DataCenterSingleViewDTO: typeof DataCenterSingleViewDTO; DataCenterViewDTO: typeof DataCenterViewDTO; DataFromTheCockpit: typeof DataFromTheCockpit; DingUploadFileDTO: typeof DingUploadFileDTO; GeneralItemDTO: typeof GeneralItemDTO; H5DatavConfig: typeof H5DatavConfig; HomeAppOptDataDTO: typeof HomeAppOptDataDTO; HomeDatavConfig: typeof HomeDatavConfig; HotRecommendedQuery: typeof HotRecommendedQuery; MarketBannerCreated: typeof MarketBannerCreated; MenuArrayDTO: typeof MenuArrayDTO; MenuDTO: typeof MenuDTO; MostInformation: typeof MostInformation; MultiResponse: typeof MultiResponse; News: typeof News; OpenPlatformApplicationDisplayInformation: typeof OpenPlatformApplicationDisplayInformation; OperationCommand: typeof OperationCommand; OptOrgSimpleDTO: typeof OptOrgSimpleDTO; PageResponse: typeof PageResponse; PagingQueryApplicationProjects: typeof PagingQueryApplicationProjects; PagingQueryTheBaseClass: typeof PagingQueryTheBaseClass; RegionAppDTO: typeof RegionAppDTO; RegionOrgDTO: typeof RegionOrgDTO; RegionalOperationalData: typeof RegionalOperationalData; ResourceApplicationPagingQuery: typeof ResourceApplicationPagingQuery; ResourceContentDTO: typeof ResourceContentDTO; ResourceContentListQuery: typeof ResourceContentListQuery; ResourceContentPagingQuery: typeof ResourceContentPagingQuery; ResourceContentSortingCommands: typeof ResourceContentSortingCommands; Response: typeof Response; SingleResponse: typeof SingleResponse; TheFirstCategoryToCreateScreen: typeof TheFirstCategoryToCreateScreen; TheFirstScreenCategoryBatchCreation: typeof TheFirstScreenCategoryBatchCreation; TheFirstScreenCategoryQuery: typeof TheFirstScreenCategoryQuery; TheQueryCommand: typeof TheQueryCommand; }; export {};