zhuguifei
2026-03-10 58402bd5e762361363a0f7d7907153c77dbb819f
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
package com.shlanbao.tzsc.pms.md.fixCode.beans;
 
public class AccessParam {
    private String a51qty;
    private String other1qty;
    private String a52qty;
    private String other2qty;
    private String exceedEvery;
    private String howMuch;
    private String exceedAnther;
    private String totalQtystd;
    private String exceedTotalAnther;
    private String xiZhi;
    private String changGui;
    private String underFirst;
    private String underFirstMiddle;
    private String underEvery;
    private String underSecond;
    private String underTotal;
 
    private String exceedOfPlan;
    private String exceedOfPlanMiddle;
 
    private String exceedOfPlanEvery;
 
 
    public String getA51qty() {
        return a51qty;
    }
 
    public void setA51qty(String a51qty) {
        this.a51qty = a51qty;
    }
 
    public String getOther1qty() {
        return other1qty;
    }
 
    public void setOther1qty(String other1qty) {
        this.other1qty = other1qty;
    }
 
    public String getA52qty() {
        return a52qty;
    }
 
    public void setA52qty(String a52qty) {
        this.a52qty = a52qty;
    }
 
    public String getOther2qty() {
        return other2qty;
    }
 
    public void setOther2qty(String other2qty) {
        this.other2qty = other2qty;
    }
 
    public String getExceedEvery() {
        return exceedEvery;
    }
 
    public void setExceedEvery(String exceedEvery) {
        this.exceedEvery = exceedEvery;
    }
 
    public String getHowMuch() {
        return howMuch;
    }
 
    public void setHowMuch(String howMuch) {
        this.howMuch = howMuch;
    }
 
    public String getExceedAnther() {
        return exceedAnther;
    }
 
    public void setExceedAnther(String exceedAnther) {
        this.exceedAnther = exceedAnther;
    }
 
    public String getTotalQtystd() {
        return totalQtystd;
    }
 
    public void setTotalQtystd(String totalQtystd) {
        this.totalQtystd = totalQtystd;
    }
 
    public String getExceedTotalAnther() {
        return exceedTotalAnther;
    }
 
    public void setExceedTotalAnther(String exceedTotalAnther) {
        this.exceedTotalAnther = exceedTotalAnther;
    }
 
    public String getXiZhi() {
        return xiZhi;
    }
 
    public void setXiZhi(String xiZhi) {
        this.xiZhi = xiZhi;
    }
 
    public String getChangGui() {
        return changGui;
    }
 
    public void setChangGui(String changGui) {
        this.changGui = changGui;
    }
 
    public String getUnderFirst() {
        return underFirst;
    }
 
    public void setUnderFirst(String underFirst) {
        this.underFirst = underFirst;
    }
 
    public String getUnderEvery() {
        return underEvery;
    }
 
    public void setUnderEvery(String underEvery) {
        this.underEvery = underEvery;
    }
 
    public String getUnderSecond() {
        return underSecond;
    }
 
    public void setUnderSecond(String underSecond) {
        this.underSecond = underSecond;
    }
 
    public String getUnderTotal() {
        return underTotal;
    }
 
    public void setUnderTotal(String underTotal) {
        this.underTotal = underTotal;
    }
 
    public String getExceedOfPlan() {
        return exceedOfPlan;
    }
 
    public void setExceedOfPlan(String exceedOfPlan) {
        this.exceedOfPlan = exceedOfPlan;
    }
 
    public String getExceedOfPlanEvery() {
        return exceedOfPlanEvery;
    }
 
    public void setExceedOfPlanEvery(String exceedOfPlanEvery) {
        this.exceedOfPlanEvery = exceedOfPlanEvery;
    }
 
    public String getUnderFirstMiddle() {
        return underFirstMiddle;
    }
 
    public void setUnderFirstMiddle(String underFirstMiddle) {
        this.underFirstMiddle = underFirstMiddle;
    }
 
    public String getExceedOfPlanMiddle() {
        return exceedOfPlanMiddle;
    }
 
    public void setExceedOfPlanMiddle(String exceedOfPlanMiddle) {
        this.exceedOfPlanMiddle = exceedOfPlanMiddle;
    }
}