예제 #1
0
        public DataSet Get_xfxm(string lsbh, string yddj, string sktt, string czy)
        {
            DataSet       ds_xfxm   = new DataSet();
            Szwcl_GetData Zzwcl_new = new Szwcl_GetData();

            return(ds_xfxm = Zzwcl_new.Zzwcl_hz(lsbh, yddj, sktt, czy));
        }
예제 #2
0
        public DataSet Get_Zwmx(string lsbh, string yddj, string sktt, string czy, string czy_GUID)
        {
            DataSet       ds_zwmx   = new DataSet();
            Szwcl_GetData Zzwcl_new = new Szwcl_GetData();

            return(ds_zwmx = Zzwcl_new.Zzwcl_Search(lsbh, yddj, sktt, czy, czy_GUID));
        }