bklLiudl
2024-07-23 800b01a48d309fa19a624e943b3a8fb2e8eef5c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
using System;
 
namespace Model
{
    public class CheckTask
    {
        public string CDNo { get; set; }
        public string LocationCode { get; set; }
        public string LocationCode1 { get; set; }
        public string LocationCode2 { get; set; }
        public string Palno { get; set; }
        public string Palno1 { get; set; }
        public string Palno2 { get; set; }
        public string CheckUser { get; set; }
        public DateTime CheckTime { get; set; }
        public string Demo { get; set; }
        public string Statu { get; set; }
        public string Guid { get; set; }
        public string DepartGuid { get; set; }
        public DateTime CreatTime { get; set; }
        public string CreatUser { get; set; }
        public DateTime UpdateTime { get; set; }
        public string UpdateUser { get; set; }
 
        public int PageIndex { get; set; }
        public int PageSize { get; set; }
    }
}