/** * 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 DynamicComponentEditFormGetMetaInfoCol { /** * 列id */ id?: string; /** * 名称 */ name?: string; /** * 列名称 */ colName?: string; /** * 表名称 */ objName?: string; /** * 业务组件 */ devBusinessComponentId?: string; /** * 业务组件参数 */ devBusinessComponentParameter?: string; /** * 宽度 */ width?: number; /** * 顺序 */ displayOrder?: number; /** * 是否隐藏 */ hidden?: boolean; /** * 是否锁定 */ locked?: boolean; /** * mysql数据类型 */ colDataType?: string; /** * 格式化脚本 */ formatScript?: string; /** * change事件脚本 */ changeScript?: string; }