10 lines
191 B
C#
10 lines
191 B
C#
namespace DeviceRepair.Models.Plan
|
|
{
|
|
public class PlanRecordFormInfo
|
|
{
|
|
public int MaintenanceDayValue { get; set; }
|
|
|
|
public int FormPrimaryID { get; set; }
|
|
}
|
|
}
|