Commit 25f21526 authored by 赵啸非's avatar 赵啸非

修改so加载路径

parent 978936da
......@@ -37,9 +37,9 @@ public class HikDoorEventReq extends BaseReq implements Serializable {
private Date receiveStartTime;
@JSONField(format = "yyyy-MM-dd'T'HH:mm:ssXXX")
private Date receiveEndTime;
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
private Date startTime;
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
private Date endTime;
private List<String> doorIndexCodes;
private String order;
......
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