1234567891011121314151617181920212223242526272829303132333435363738 |
- using Microsoft.AspNetCore.Http;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace QM.KJGH.CGGL.Model.QxCghj
- {
- public class CghjQxcgsbrwIo
- {
-
-
-
- public string MD5 { get; set; }
-
-
-
- public int SIZE { get; set; }
-
-
-
- public bool New { get; set; } = false;
-
-
-
- public string APPID { get; set; }
-
-
-
- public string GHLX { get; set; }
- }
- }
|