Commit 797971fe authored by 王夏晖's avatar 王夏晖

计划编制批量插入

parent a1504c54
package org.rcisoft.business.mainte.energyplan.vo;
import java.util.List;
public class EnergyPlanList {
private List<EnergyPlanVo> energyPlanVoList;
public List<EnergyPlanVo> getEnergyPlanVoList() {
return energyPlanVoList;
}
public void setEnergyPlanVoList(List<EnergyPlanVo> energyPlanVoList) {
this.energyPlanVoList = energyPlanVoList;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment