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

export default class Pngsel{
    constructor () {
        this.data = {
						pngp:{
							pnglst:[],			//  		.pngp.pnglst
							credat:"",			//  委托日期:		.pngp.credat
							bustyp:"",			//  业务种类		.pngp.bustyp
							cur:"",			//  业务币种:		.pngp.cur
							amt:"",			//  起始金额:		.pngp.amt
							cpssta:"",			//  人行状态:		.pngp.cpssta
							maxamt:"",			//  最大金额:		.pngp.maxamt
						},
						pageId: ""			// ctx的key
				}
    }
}