using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Worklist_SCP { /// /// 将 patientID 和 orgid 提交到 mysql的对比表里 /// public class contrastDataModel { public string regid { get; set; } public string orgid { get; set; } } }