export default class Bch {
	constructor() {
		this.data = {
			id         :0,
			inr        :"",
			branch     :"",
			bchkey     :"",
			bchname    :"",
			lev        :"",
			upbranch   :"",
			bchtyp     :"",
			bchflg     :"",
			decnum     :"",
			tel        :"",
			fax        :"",
			adr        :"",
			swfcod     :"",
			adr2       :"",
			ver        :"",
			namen      :"",
			adren      :"",
			adren2     :"",
			ydjcod     :"",
			tid        :"",
			bchref     :"",
			bchusr     :"",
			sta        :"",
			lhanum     :"",
			lhanam     :"",
			zmqflg     :"",
			bchusr2    :"",
			dzlhhh     :"",
			dzlhmc     :"",
			bchfzr     :"",
			cgjbchtxt  :"",
			etyextkey  :"",
			accbch     :"",

			pageSize:PageSize,
            pageNum: 1,
            total: 0
		}
	}
}

export const Pattern = {
	
}