支持vpt方式

This commit is contained in:
2025-02-07 23:00:23 +08:00
parent a016622cc9
commit ea3ce510d8
9 changed files with 191 additions and 15 deletions

View File

@@ -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;

View File

@@ -0,0 +1,8 @@
package com.ycwl.basic.device.entity.vpt_passive;
import lombok.Data;
@Data
public class VptPassiveStorageConfig {
private String deviceNo;
}