Commit 369a3e8e authored by solho's avatar solho

recommit

parent 833fa398
...@@ -65,4 +65,15 @@ namespace WebAPI.Models ...@@ -65,4 +65,15 @@ namespace WebAPI.Models
} }
public class ExportEHR_hisModel
{
public int id { get; set; }
public String SaveData { get; set; }
public DateTime? update_time { get; set; }
public String update_user_id { get; set; }
public DateTime? Create_time { get; set; }
public String Create_user_id { get; set; }
public String cn_name { get; set; }
}
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment