123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace QM.KJGH.CGGL.Model.QxCghj
- {
- public class CghjQxcgsbrwView
- {
-
-
-
- public string MD5 { get; set; }
-
-
-
- public int SIZE { get; set; }
-
-
-
- public DateTime? TIME { get; set; }
-
-
-
- public List<int> chunks { get; set; }
-
-
-
- public string XZQDM { get; set; }
-
-
-
- public string XZQMC { get; set; }
-
-
-
- public string GHLX { get; set; }
- }
- public class CghjQxcgsbrwView_QX : CghjQxcgsbrwView
- {
-
-
-
- public string token { set; get; }
-
-
-
- public bool New { set; get; }
- }
- }
|