- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace CZKJ.GBRS2.Model
- {
- public class CoreHuaWeiFile
- {
- public string UploadDate { get; set; }
- public string DownloadObjectId { get; set; }
- public string BusinessNo { get; set; }
- }
- }
|