using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.OFILM.Mes { public class PerAttendance { public string worknum { get; set; } public string name { get; set; } public DateTime pdate { get; set; } public string rateof { get; set; } } }