文章分类 -  工具类

摘要:一.实体类 1.参数类 public class PalletQuery { public string pallet { get; set; } /// <summary> /// 组织id /// </summary> public string orgid { get; set; } } 2. 阅读全文
posted @ 2022-03-03 11:12 答辉 阅读(72) 评论(0) 推荐(0)
摘要:一.实体类转换为json using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization.Json; using System 阅读全文
posted @ 2022-03-03 10:58 答辉 阅读(2578) 评论(0) 推荐(0)