Commit d1a2390a authored by p x's avatar p x
Browse files

添加get

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