- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace DllEapEntity.OFILM
- {
- public class Attendance
- {
- public string name { get; set; }
- public string worknum { get; set; }
- public DateTime pdate { get; set; }
- public DateTime clock {get;set;}
- }
- }
|