|
|
@@ -25,13 +25,17 @@ public class RecdetailView {
|
|
|
|
|
|
private Double mustpay;
|
|
|
|
|
|
- private Double mustdate;
|
|
|
+ private Date mustdate;
|
|
|
|
|
|
private Double pi_total;
|
|
|
|
|
|
private String pi_remark;
|
|
|
private Integer companyId;
|
|
|
|
|
|
+ public void setMustdate(Date mustdate) {
|
|
|
+ this.mustdate = mustdate;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getCompanyId() {
|
|
|
return companyId;
|
|
|
}
|
|
|
@@ -104,13 +108,6 @@ public class RecdetailView {
|
|
|
this.mustpay = mustpay;
|
|
|
}
|
|
|
|
|
|
- public Double getMustdate() {
|
|
|
- return mustdate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setMustdate(Double mustdate) {
|
|
|
- this.mustdate = mustdate;
|
|
|
- }
|
|
|
|
|
|
public Double getPi_total() {
|
|
|
return pi_total;
|