- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace RMYY_CallCenter_Api.Model
- {
- public class T_Wowo_repairyq
- {
- public int T_Woid { get; set; }
- public string T_Woname { get; set; }
- public int T_Hospital { set; get; }
- }
- }
|