"src/main/kotlin/com/git@tydicdata.com:pengxiao/wsmock.git" did not exist on "3e80defbf32e3ca50aa743fcfbcce9dee3eb560a"
Commit d1a2390a authored by p x's avatar p x
Browse files

添加get

parent 0d5ccbb8
......@@ -67,9 +67,9 @@ public class RSISDetail {
//自定义内容 此处代表人的ptcid
@RefNumFlag(value="userdefinedDataLength")
private String userdefinedData;
public int getEventType() {
return eventType;
}
}
......@@ -13,5 +13,8 @@ public class RSIWarnning {
private short rsisNum;
@Order(2)
private RSISDetail rsis;
public RSISDetail getRsis() {
return rsis;
}
}
......@@ -47,4 +47,11 @@ public class VehAdviceInfo<T> {
@DependencyDef(value="adviceType")
private T adviceData;
public short getEventType() {
return eventType;
}
public T getAdviceData() {
return adviceData;
}
}
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