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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
using System;
 
namespace Model
{
    public class GoodsPos
    {
        public string Addre { get; set; }
        public string pai { get; set; }
        public string lie { get; set; }
        public string ceng { get; set; }
        public string Area { get; set; }
        public string statu { get; set; }
        public string property { get; set; }
        public string ALock { get; set; }
        public string Priotity_in { get; set; }
        public string Priotity_out { get; set; }
        public string Demo { get; set; }
        public string Demo1 { get; set; }
        public string Demo2 { get; set; }
        public string guid { get; set; }
        public DateTime tkdat { get; set; }
 
        public decimal ord { get; set; }
 
    }
 
    public class AjaxGoodsPosList:GoodsPos
    {
        public int pageIndex { get; set; }
        public int pageSize { get; set; }
        //public string MatNo { get; set; }
        //public string MatName { get; set; }
 
    }
 
    public class AjaxGoodsInfo : GoodsPos
    {
        public string Operation { get; set; }
        public string list { get; set; }
        public string Address { get; set; }
    }
 
    public class GoodsProperty 
    {
        public string PropertyNo { get; set; }
        public string PropertyName { get; set; }
    }
 
    public class GoodsStatu
    {
        public string StatuNo { get; set; }
        public string StatuName { get; set; }
    }
 
    public class GoodsALock
    {
        public string AlockNo { get; set; }
        public string AlockName { get; set; }
    }
 
    public class GoodsArea
    {
        public string AreaNo { get; set; }
        public string AreaName { get; set; }
    }
 
    public class AjaxGoods : GoodsPos 
    {
        public string list { get; set; }
        public string Operation { get; set; }
    }
}