import moment from "moment";
export default class Fxdsdb { constructor() { this.data = { fddp: {
begdat: moment(new Date()).add(-3, 'd').format('YYYY-MM-DD'), // 导入起始日期 .fddp.begdat enddat: moment(new Date()).format('YYYY-MM-DD'), // 导入截止日期 .fddp.enddat
filtyp: "", // 文件类型 .fddp.filtyp filnam: "", // 文件名 .fddp.filnam }, cpsfxdgrp: { fxdlst: [], // .cpsfxdgrp.fxdlst },
}