예제 #1
0
        public string cgds_read(string in_bl)
        {
            string           token = AppClass.GetSession("token").ToString();
            PS_ZPSFUG_Q_CGDS ps    = psmodels.ComponentMove.Component_DSXX(in_bl, token);
            string           json  = Newtonsoft.Json.JsonConvert.SerializeObject(ps);

            return(json);
        }
예제 #2
0
        public ActionResult _cgdslist(string in_bl)
        {
            string           token = AppClass.GetSession("token").ToString();
            PS_ZPSFUG_Q_CGDS ps    = psmodels.ComponentMove.Component_DSXX(in_bl, token);

            ViewData.Model = ps;
            return(View());
        }