export default class Mtabut {
    constructor() {
        this.data = {
            coninf: {
                oitinf: {
                    labinftxt: "",			//  Label for INFTXT		.mtabut.coninf.oitinf.labinftxt
                    oit: {
                        inftxt: {},			//  Infotext		.mtabut.coninf.oitinf.oit.inftxt
                        inflev: "",			//  Infotext Level		.mtabut.coninf.oitinf.oit.inflev
                    },
                },
                oitset: {
                    labinftxt: "",			//  Label for INFTXT		.mtabut.coninf.oitset.labinftxt
                    oit: {
                        inftxt: {},			//  Infotext		.mtabut.coninf.oitset.oit.inftxt
                        inflev: "",			//  Infotext Level		.mtabut.coninf.oitset.oit.inflev
                    },
                },
                conexedat: "",			//  执行日期		.mtabut.coninf.conexedat
                usr: {
                    extkey: "",			//  User ID		.mtabut.coninf.usr.extkey
                },
            },
            syswrn:{
                dsp:"",			//  Display		.mtabut.syswrn.dsp
            },
            clsflg: "",
            entmod: {
                entsubpenl1blk: ""      //XMLPanel entsubpenl1的内置block
            }
        }
    }
}