Commit 5c821e71 by guojuxing

打款户添加序号字段

parent 802495ec
......@@ -70,6 +70,10 @@ public class PayAccountDTO implements Serializable{
*
*/
private Date updateTime;
/**
* 序号
*/
private Integer seq;
public Integer getPayAccountId() {
return payAccountId;
......@@ -142,4 +146,12 @@ public class PayAccountDTO implements Serializable{
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
public Integer getSeq() {
return seq;
}
public void setSeq(Integer seq) {
this.seq = seq;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment