bklLiudl
2024-07-23 daa1cfbb3431afdeb1a5c9dbe208e843032e4a10
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
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace Model
{
    public class WhCmd
    {
        public int CMDID { get; set; }
        public string TaskID { get; set; }
        public string NumberNo { get; set; }
        public string Palno { get; set; }
        public int Height { get; set; }
        public string CMDType { get; set; }
        public string OldAddre { get; set; }
        public string NowAddre { get; set; }
        public int CMDStatu { get; set; }
        public string CreateUser { get; set; }
        public string CreateTime { get; set; }
        public string Demo { get; set; }
        public int IsDel { get; set; }
        public string guid { get; set; }
    }
}