index.js 398 Bytes
Newer Older
WF1020 committed
1
export default class Sptsel {
WF1020 committed
2 3 4 5 6 7 8
  constructor() {
    this.data = {
      selobj: '', //  Reference		.selobj
      inidatfro: '', //  Date of entry of Transaction		.inidatfro
      inidattil: new Date(), //  Date of entry of Transaction until		.inidattil
      seltxt: '', //  Selection Name		.seltxt
      dflg: '', //  国内国际标志		.dflg
WF1020 committed
9
      sourceList: [],
WF1020 committed
10 11 12 13
      usfmod: '',
    };
  }
}