Commit 7e6cfd76 authored by WangXinYu's avatar WangXinYu

养护计划 修改代码

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