实体修改

This commit is contained in:
xy
2026-03-18 18:45:25 +08:00
parent 349ee472d9
commit fc7694a1db

View File

@@ -100,4 +100,19 @@ public class CsEquipmentDeliveryDTO {
private Integer moduleNumber;
private Integer process;
/**
* 前置服务器IP
*/
private String nodeId;
/**
* 前置进程号
*/
private Integer nodeProcess;
/**
* 日志等级(NORMAL、DEBUG、WARN、ERROR)
*/
private String devLogLevel;
}