import { IPSModelObject } from '../ipsmodel-object'; /** * * 子接口类型识别属性[] * @export * @interface IPSViewMsgGroup */ export interface IPSViewMsgGroup extends IPSModelObject { /** * @type {string} */ bodyStyle: string; /** * @type {string} */ bottomStyle: string; /** * @type {string} */ codeName: string; /** * @type {string} */ topStyle: string; }