摘要:
方便的进行对象转换,仅作使用笔记 https://www.cnblogs.com/arvinzhang/p/8282922.html 例子: var result = new List<EquipmentRegistrationPart>(); var dbViewParts = wcfDataPr 阅读全文
摘要:
public class RestClientMethod { /// <summary> /// 请求服务器地址 /// </summary> public string BaseUri; //例如: http://10.0.0.193 public RestClientMethod(string 阅读全文