修复设备分类和设备型号问题

This commit is contained in:
gxwebsoft
2023-06-05 17:06:07 +08:00
parent d2a82a97e6
commit 47e758e22f
8 changed files with 58 additions and 31 deletions

View File

@@ -24,10 +24,13 @@ public class TowerModelParam extends BaseParam {
@ApiModelProperty(value = "型号ID")
@QueryField(type = QueryType.EQ)
private Integer categoryId;
private Integer modelId;
@ApiModelProperty(value = "设备型号名称")
private String title;
@ApiModelProperty(value = "设备名称")
private String name;
@ApiModelProperty(value = "设备型号")
private String model;
@ApiModelProperty(value = "上级分类ID")
@QueryField(type = QueryType.EQ)