| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 | 
							- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Text;
 
- using System.Threading.Tasks;
 
- namespace Models.Model
 
- {
 
-     public class UserModel
 
-     {
 
-         
 
-         public string bdw_number { get; set; }
 
-         
 
-         public string dadihao { get; set; }
 
-         
 
-         public string sh_number { get; set; }
 
-         
 
-         public string dm_number { get; set; }
 
-         
 
-         public string emh { get; set; }
 
-         public string emh_type { get; set; }
 
-         
 
-         public string emc { get; set; }
 
-         public string emc_type { get; set; }
 
-         
 
-         public string em { get; set; }
 
-         public string em_type { get; set; }
 
-         
 
-         public string l012 { get; set; }
 
-         public string l012_type { get; set; }
 
-         
 
-         public string hz { get; set; }
 
-         public string hz_type { get; set; }
 
-         
 
-         public string hw { get; set; }
 
-         public string hw_type { get; set; }
 
-         
 
-         public string kd { get; set; }
 
-         public string kd_type { get; set; }
 
-         
 
-         public string dx { get; set; }
 
-         public string dx_type { get; set; }
 
-         
 
-         public string jo { get; set; }
 
-         public string jo_type { get; set; }
 
-         
 
-         public string zh { get; set; }
 
-         public string zh_type { get; set; }
 
-         
 
-         public string sz_type { get; set; }
 
-       
 
-         
 
-         public string z3 { get; set; }
 
-         public string z6 { get; set; }
 
-        
 
-     }
 
- }
 
 
  |