代码提交

This commit is contained in:
huangzj
2023-10-11 09:57:29 +08:00
parent 3faf9a39d5
commit 60dcf51013
12 changed files with 129 additions and 69 deletions

View File

@@ -97,4 +97,10 @@ public class CsEventPO extends BaseEntity {
*/
@TableField(value = "location")
private String location;
/**
* 用于数据控制 1:设备登记2功能调试3出厂调试 4设备投运)
*/
@TableField(value = "process")
private String process;
}