|
|
@@ -41,9 +41,6 @@ public class SysDevice extends BaseEntity {
|
|
|
@ApiModelProperty(value = "orgPath")
|
|
|
private String orgPath;
|
|
|
|
|
|
- @ApiModelProperty(value = "设备编号")
|
|
|
- private String deviceCode;
|
|
|
-
|
|
|
@ApiModelProperty(value = "设备名称")
|
|
|
private String deviceName;
|
|
|
|