index.js 409 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
export default class Inftrnps {
	constructor() {
		this.data = {
      extkey:'',
			inidatfro: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), //  Date of entry of Transaction		.trncorco.inidatfro
			inidattil: new Date(), //  Date of entry of Transaction until		.trncorco.inidattil
      bizGroup:'',
      bizPosition:'',
      distSta:'',
      status:'',
      participateFlag:'',
    };
	}
}