添加字段

This commit is contained in:
hzj
2024-11-26 10:01:18 +08:00
parent 35f1b21474
commit b3015c2dcb
2 changed files with 2 additions and 1 deletions

View File

@@ -19,4 +19,5 @@ public class PqIcdPathDTO {
private String fileName;
//icd文件存储的地址
private String filePath;
private String devType;
}