人民医院API

T_Wowo_repairyq.cs 335B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace RMYY_CallCenter_Api.Model
  7. {
  8. public class T_Wowo_repairyq
  9. {
  10. public int T_Woid { get; set; }
  11. public string T_Woname { get; set; }
  12. public int T_Hospital { set; get; }
  13. }
  14. }