You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.mh.user.dto; |
|
|
|
/** |
|
* @author LJF |
|
* @version 1.0 |
|
* @project CHWS |
|
* @description 用能预测前端类 |
|
* @date 2024-05-09 17:31:27 |
|
*/ |
|
public class EnergyPreDTO { |
|
|
|
private String buildingId; |
|
|
|
|
|
}
|
|
|