liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
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
73
74
75
76
77
78
79
80
81
82
package com.landy.gum.base.query;
 
import com.landy.framework.core.query.BaseQueryCondition;
 
public class ProductOutExitOrKuCunItemListQueryCondition extends BaseQueryCondition {
 
    private String oueiOuedId;
    private String bbitBbprId;
    private String locationid;
    private String bbitIsExit;
    private String bbitBbwhId;
    private String bbitIsEntry;
    private String bbitBbbpId;
    private Integer bbwhIsNull;
    public String getBbitBbwhId() {
        return bbitBbwhId;
    }
 
    public void setBbitBbwhId(String bbitBbwhId) {
        this.bbitBbwhId = bbitBbwhId;
    }
 
    public String getOueiOuedId() {
        return oueiOuedId;
    }
 
    public void setOueiOuedId(String oueiOuedId) {
        this.oueiOuedId = oueiOuedId;
    }
 
    public String getBbitBbprId() {
        return bbitBbprId;
    }
 
    public void setBbitBbprId(String bbitBbprId) {
        this.bbitBbprId = bbitBbprId;
    }
 
    public String getLocationid() {
        return locationid;
    }
 
    public void setLocationid(String locationid) {
        this.locationid = locationid;
    }
 
    public String getBbitIsExit() {
        return bbitIsExit;
    }
 
    public void setBbitIsExit(String bbitIsExit) {
        this.bbitIsExit = bbitIsExit;
    }
 
    public String getBbitBbbpId() {
        return bbitBbbpId;
    }
 
    public void setBbitBbbpId(String bbitBbbpId) {
        this.bbitBbbpId = bbitBbbpId;
    }
 
    public String getBbitIsEntry() {
        return bbitIsEntry;
    }
 
    public void setBbitIsEntry(String bbitIsEntry) {
        this.bbitIsEntry = bbitIsEntry;
    }
 
    public Integer getBbwhIsNull() {
        return bbwhIsNull;
    }
 
    public void setBbwhIsNull(Integer bbwhIsNull) {
        this.bbwhIsNull = bbwhIsNull;
    }
 
 
    
    
}