Compare commits
No commits in common. '5d69726a6467456cc8f290bb4242888a0479ba75' and '7aa07df754715b1fdedba92325e4f3563ca11af9' have entirely different histories.
5d69726a64
...
7aa07df754
@ -1,12 +0,0 @@ |
||||
package com.alops.system.domain.dto; |
||||
|
||||
import lombok.Data; |
||||
|
||||
/** |
||||
* 楼层设备数量统计 DTO |
||||
*/ |
||||
@Data |
||||
public class FloorDeviceCountDto { |
||||
private String floor; // 楼层名称
|
||||
private Integer count; // 设备数量
|
||||
} |
||||
Loading…
Reference in new issue