12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace QM.KJGH.CGGL.Model.NMCghj
- {
- public class CghjCgsbrwYbcgView
- {
-
-
-
- public string ID { get; set; }
-
-
-
- public string SOLID { get; set; }
-
-
-
- public string INSTID { get; set; }
-
-
-
- public string CREATEBY { get; set; }
-
-
-
- public DateTime CREATETIME { get; set; }
-
-
-
- public string SUBJECT { get; set; }
-
-
-
- public string STATUS { get; set; }
-
-
-
-
-
-
-
- public string GHLX { get; set; }
-
-
-
- public string DIVISIONCODE { get; set; }
- }
- }
|