摘要: /// /// 定义一个特性类 /// class HL7MessageAttribute : Attribute { public string hl7MsgType { get; set; } public string ackMsgType { get; set; } } /// //... 阅读全文