摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Wdj { /// /// 操作返回结果,使用时建议判断State状态 /// public class Result : ResultHandler { ... 阅读全文
posted @ 2017-05-24 08:40
冫凌晨
阅读(1443)
评论(0)
推荐(0)
摘要:
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; namespace Wdj { /// /// 自定义处理结果抽象类 /// /// 返回数据类型 ... 阅读全文
posted @ 2017-05-24 08:38
冫凌晨
阅读(2126)
评论(0)
推荐(0)