Exemple #1
0
        public string get_g_j_fx_app(string yydh, string qymc, string cssj, string jssj, string sel_cond, string type, string czy, string czsj, string xxzs)
        {
            string s = "";

            BBfx.B_g_j_fx B_g_j_fx_new = new B_g_j_fx();
            s = B_g_j_fx_new.get_g_j_fx_app(yydh, qymc, cssj, jssj, sel_cond, type, czy, czsj, xxzs);
            return(s);
        }
Exemple #2
0
        public string get_g_j_mxfx_app(string yydh, string qymc, string cssj, string jssj, string other_cond, string type, string jzzt, string czy_temp, string czsj, string xxzs)
        {
            string s = "";

            BBfx.B_g_j_fx B_g_j_fx_new = new B_g_j_fx();
            s = B_g_j_fx_new.get_g_j_mxfxData(yydh, qymc, cssj, jssj, other_cond, type, jzzt, czy_temp, czsj, xxzs);
            return(s);
        }
Exemple #3
0
        public string get_g_j_ye(string yydh, string qymc, string type, string czy_temp, string ls_cond, string czsj, string xxzs)
        {
            string s = "";

            BBfx.B_g_j_fx B_g_j_fx_new = new B_g_j_fx();
            s = B_g_j_fx_new.get_g_j_ye(yydh, qymc, type, czy_temp, ls_cond, czsj, xxzs);
            return(s);
        }