鞍钢鲅鱼圈能源管控系统后端代码
liriming
2 天以前 2debc39d13bdce031221294b19750eea8ed53d49
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.iailab.module.ansteel.api.dto;
 
import lombok.Data;
 
import java.io.Serializable;
 
@Data
public class PowerPriceRespVO implements Serializable {
    private static final long serialVersionUID = 1L;
 
    private String type;
    private Object[] value;
 
}