using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model.APIItem
{
    public class ZhongMeiInOut
    {/// 
     /// 
     /// 
        public string id { get; set; }
        /// 
        /// 芮涛
        /// 
        public string name { get; set; }
        /// 
        /// 男
        /// 
        public string sex { get; set; }
        /// 
        /// 
        /// 
        public string card { get; set; }
        /// 
        /// 中国天辰工程有限公司
        /// 
        public string unit { get; set; }
        /// 
        /// 中国天辰工程有限公司
        /// 
        public string contractor { get; set; }
        /// 
        /// 管理人员
        /// 
        public string post { get; set; }
        /// 
        /// HSE工程师
        /// 
        public string occupation { get; set; }
        /// 
        /// 
        /// 
        public DateTime attendanceTime { get; set; }
        /// 
        /// 出场
        /// 
        public string direction { get; set; }
        /// 
        /// 煤化工二期指挥部-业主楼办公区
        /// 
        public string area { get; set; }
        /// 
        /// 
        /// 
        public string image { get; set; }
        /// 
        /// 业主楼中间人脸识别出_门_1
        /// 
        public string equipmentName { get; set; }
        /// 
        /// 
        /// 
        public string department { get; set; }
        /// 
        /// 
        /// 
        public string projectDepartment { get; set; }
    }
}