修复设备分类和设备型号问题
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user