export default class DataModelEvent{ /** * 属性改变 */ public static PROPERTY_CHANGED:string="PROPERTY_CHANGED"; }