123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace QM.KJGH.CGGL.Model.Cggl
- {
- public class CgglScyjView
- {
- public string BSM { get; set; }
-
-
-
- public string CG_BSM { get; set; }
-
-
-
- public string SCYH { get; set; }
-
-
-
- public string SCYHMC { get; set; }
-
-
-
- public DateTime? SCSJ { get; set; }
-
-
-
- public string SCYJ { get; set; }
-
-
-
- public string SPZT { get; set; }
-
-
-
- public bool ISMY { set; get; }
- }
- }
|