export default class Forexmod {
  constructor(){
    this.data = {
			type: '', //客户类型
			riskLevel: '',//风险等级
			state: '',//状态
			approveTime: '',//认定日期
			customTags: '',//分行自定义标签
    }
  }
}