|
|
@@ -71,7 +71,7 @@ public class Vendor extends CommonBaseEntity implements Serializable{
|
|
|
/**
|
|
|
* 录入人ID
|
|
|
*/
|
|
|
- private long ve_recordid;
|
|
|
+ private Long ve_recordid;
|
|
|
/**
|
|
|
* 录入人
|
|
|
*/
|
|
|
@@ -171,27 +171,27 @@ public class Vendor extends CommonBaseEntity implements Serializable{
|
|
|
this.ve_begindate = ve_begindate;
|
|
|
}
|
|
|
|
|
|
- public long getVe_beginapamount() {
|
|
|
+ public Long getVe_beginapamount() {
|
|
|
return ve_beginapamount;
|
|
|
}
|
|
|
|
|
|
- public void setVe_beginapamount(long ve_beginapamount) {
|
|
|
+ public void setVe_beginapamount(Long ve_beginapamount) {
|
|
|
this.ve_beginapamount = ve_beginapamount;
|
|
|
}
|
|
|
|
|
|
- public long getVe_beginprepayamount() {
|
|
|
+ public Long getVe_beginprepayamount() {
|
|
|
return ve_beginprepayamount;
|
|
|
}
|
|
|
|
|
|
- public void setVe_beginprepayamount(long ve_beginprepayamount) {
|
|
|
+ public void setVe_beginprepayamount(Long ve_beginprepayamount) {
|
|
|
this.ve_beginprepayamount = ve_beginprepayamount;
|
|
|
}
|
|
|
|
|
|
- public long getVe_promisedays() {
|
|
|
+ public Long getVe_promisedays() {
|
|
|
return ve_promisedays;
|
|
|
}
|
|
|
|
|
|
- public void setVe_promisedays(long ve_promisedays) {
|
|
|
+ public void setVe_promisedays(Long ve_promisedays) {
|
|
|
this.ve_promisedays = ve_promisedays;
|
|
|
}
|
|
|
|
|
|
@@ -243,11 +243,11 @@ public class Vendor extends CommonBaseEntity implements Serializable{
|
|
|
this.ve_statuscode = ve_statuscode;
|
|
|
}
|
|
|
|
|
|
- public long getVe_recordid() {
|
|
|
+ public Long getVe_recordid() {
|
|
|
return ve_recordid;
|
|
|
}
|
|
|
|
|
|
- public void setVe_recordid(long ve_recordid) {
|
|
|
+ public void setVe_recordid(Long ve_recordid) {
|
|
|
this.ve_recordid = ve_recordid;
|
|
|
}
|
|
|
|