装置文件系统访问

This commit is contained in:
hzj
2026-05-15 13:36:51 +08:00
parent 23d87aecc8
commit e6332f1c51
5 changed files with 325 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
package com.njcn.device.pq.pojo.param;
import lombok.Data;
/**
* Description:请求装置文件系统参数
* Date: 2026/04/30 上午 10:51【需求编号】
*
* @author clam
* @version V1.0.0
*/
@Data
public class AskFileSysParam {
private String devId;
private String path;
private String remotePath;
}