import Api from "~/service/Api"
import Pts from "~/page/Model/Common/Pts"

export default class Dblfxd{
    constructor () {
        this.data = {
						fxdp:{
							filtyp:"",			//  文件类型:		.fxdp.filtyp
							filnam:"",			//  文件名:		.fxdp.filnam
							begdat:"",			//  导入起始日期:		.fxdp.begdat
							enddat:"",			//  导入截止日期:		.fxdp.enddat
						},
						fxdgrp:{
							fxdlst:[],			//  		.fxdgrp.fxdlst
						},
						pageId: ""			// ctx的key
				}
    }
}