export default class Sptsel {
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
sourceList: [],
usfmod: '', }; } }