using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ropin.Inspection.Model { public class TdevMaintenancePlanContentUpdateModel { public string C_MaintenancePlanCode { get; set; } public string C_DeviceTempOpsContentCode { get; set; } public string I_Cycle { get; set; } } }