/** * Xforce+ athena API * Xforce+ athena API 3.0 * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * null */ export interface DynamicWindowSingleGetMetaInfoWin { /** * 窗口名称 */ name?: string; /** * 窗口编码 */ code?: string; /** * 窗口类型 */ windowType?: number; /** * 所属窗口id */ windowId?: string; /** * 窗口模板id */ windowTemplateId?: string; /** * 图片id */ imageId?: string; /** * 工具栏对其方式 */ toolAlign?: number; /** * tab页对其方式 */ tabAlign?: number; }