实体类调整

This commit is contained in:
xy
2024-08-13 10:53:37 +08:00
parent 14bc4e9dd8
commit 703a145bb3
3 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ public class CsEquipmentDeliveryPO extends BaseEntity {
* 接入状态(1:未注册 2:注册 3:接入)
*/
@TableField(value = "status")
private String status;
private Integer status;
/**
* 设备状态(0:删除 1:离线 2:在线)