123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace LYFZ.Software.MainBusiness.MultipleFileImport
- {
-
- public class frmFileImportItemModel
- {
-
- public string local_Path { get; set; }
- public float user_Time { get; set; }
- public string upload_Msg { get; set; }
- public bool success { get; set; }
- public int code { get; set; }
- }
- }
|