using MESClassLibrary.EFModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace MESClassLibrary.Model
{
    public class KeepPlanModel: tb_KeepPlan
    {
        public string KeepLevelName { get; set; }
        public string DeviceName { get; set; }
    }
}