设备登记界面查询调整

This commit is contained in:
xy
2025-07-10 10:32:05 +08:00
parent 8d8eb4d274
commit d6056e2cac
5 changed files with 137 additions and 63 deletions

View File

@@ -37,4 +37,7 @@ public class CsEquipmentDeliveryQueryParm extends BaseParam {
@ApiModelProperty("流程步骤")
private Integer process;
@ApiModelProperty("物联通讯状态 0:未连接 1:已连接")
private Integer connectStatus;
}