Pts.js 773 Bytes
Newer Older
liuxin committed
1 2 3
export default class Pts {
    constructor() {
        this.data = {
fukai committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
            inr: '',
            objtyp: '',
            objinr: '',
            rol: '',
            ptainr: '',
            ptyinr: '',
            extkey: '',
            adrblk: '',
            ref: '',
            nam: '',
            ownref: '',
            dftcur: '',
            dftdsp: '',
            dftact: '',
            dftfeecur: '',
            dftactptainr: '',
            glggrpflg: '',
            extact: '',
            ver: '',
            issbaninf: '',
            bankno: '',
            jigomc: '', //联行名称  电证用
            dizhii: '', //地址  电证用
            youzbm: '', //邮编  电证用
            dihdig: '', //电话  电证用 
fukai committed
29 30 31
        }
    }
}