| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | @Alias("BattDischarge_plan") |
| | | public class BattDischarge_plan implements Serializable{ |
| | | private String formattime; |
| | | private Integer num; |
| | | private Integer battgroupid; |
| | | private Integer battIndexInFbs; //设备中电池组是第几组 |
| | |
| | | |
| | | public void setBattIndexInFbs(Integer battIndexInFbs) { |
| | | this.battIndexInFbs = battIndexInFbs; |
| | | } |
| | | |
| | | public String getFormattime() { |
| | | return formattime; |
| | | } |
| | | |
| | | public void setFormattime(String formattime) { |
| | | this.formattime = formattime; |
| | | } |
| | | |
| | | public Integer getNum() { |