- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Ropin.Inspection.Model
- {
- public class TsysVersionUpdateModel
- {
- public string C_AppCode { get; set; }
- public string C_VersionCode { get; set; }
- public string C_UpdateContent { get; set; }
- public string C_DownloadURL { get; set; }
- }
- }
|