摘要: .net core 使用soap创建webservice 添加NuGet包:SoapCore包 UserModel实体类: [DataContract]public class UserModel{ [DataMenber] public string id{get;set;} [DataMenbe 阅读全文
posted @ 2021-06-07 08:50 zwbsoft 阅读(320) 评论(0) 推荐(0)