Commit 7e6cfd76 authored by WangXinYu's avatar WangXinYu

养护计划 修改代码

parent 77a148fb
......@@ -21,7 +21,7 @@ public class BusDevService {
@Id
private String serId;
private String serPrincipal;
private String devNum;
private String devId;
private Date serTm;
private String serContent;
private String note;
......@@ -44,16 +44,14 @@ public class BusDevService {
this.serPrincipal = serPrincipal;
}
public String getDevNum() {
return devNum;
public String getDevId() {
return devId;
}
public void setDevNum(String devNum) {
this.devNum = devNum;
public void setDevId(String devId) {
this.devId = devId;
}
public Date getSerTm() {
return serTm;
}
......
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