|
|
@@ -6,7 +6,7 @@ public class InputPaymentList {
|
|
|
private String contractNo;
|
|
|
private String orderNo;
|
|
|
private String userName;
|
|
|
- private List<String> deps;
|
|
|
+ private String deps;
|
|
|
private String aname;
|
|
|
private String financeName;
|
|
|
private String cname;
|
|
|
@@ -15,6 +15,16 @@ public class InputPaymentList {
|
|
|
private Integer chooseType;
|
|
|
private Integer pageSize;
|
|
|
private Integer pageNo;
|
|
|
+
|
|
|
+
|
|
|
+ public String getDeps() {
|
|
|
+ return deps;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDeps(String deps) {
|
|
|
+ this.deps = deps;
|
|
|
+ }
|
|
|
+
|
|
|
public String getContractNo() {
|
|
|
return contractNo;
|
|
|
}
|
|
|
@@ -78,13 +88,6 @@ public class InputPaymentList {
|
|
|
this.userName = userName;
|
|
|
}
|
|
|
|
|
|
- public List<String> getDeps() {
|
|
|
- return deps;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDeps(List<String> deps) {
|
|
|
- this.deps = deps;
|
|
|
- }
|
|
|
|
|
|
public String getPname() {
|
|
|
return pname;
|