public string DELETE_TP_RKBS(string datastring) { //string msg = ""; ZSL_BCT010 IS_TPNO_GL = Newtonsoft.Json.JsonConvert.DeserializeObject <ZSL_BCT010>(datastring); ZBCFUN_TP_RKBS_GL rst = mesmodels.MES_TPM.DELETE_TP_RKBS(IS_TPNO_GL); return(Newtonsoft.Json.JsonConvert.SerializeObject(rst));; }
public ZBCFUN_TP_RKBS_GL DELETE_TP_RKBS(ZSL_BCT010 IS_TPNO_GL) { return(client.DELETE_TP_RKBS(IS_TPNO_GL)); }