You've already forked FrameTour-BE
支持vpt方式
This commit is contained in:
@@ -9,6 +9,7 @@ public class FileObject {
|
||||
private String path;
|
||||
private String name;
|
||||
private String url;
|
||||
private boolean exact = false;
|
||||
private boolean needDownload = false;
|
||||
private Date createTime;
|
||||
private Date endTime;
|
||||
|
@@ -0,0 +1,8 @@
|
||||
package com.ycwl.basic.device.entity.vpt_passive;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class VptPassiveStorageConfig {
|
||||
private String deviceNo;
|
||||
}
|
Reference in New Issue
Block a user