| | |
| | | private Integer type; |
| | | |
| | | @TableField(exist = false) |
| | | private BattDischargePlanTemp temp; |
| | | private List<BattDischargePlanTemp> tempList; |
| | | |
| | | public WorkflowMain(Integer id, Integer status,String endReason,Date endTime) { |
| | | this.id = id; |
| | |
| | | this.type = type; |
| | | } |
| | | |
| | | public BattDischargePlanTemp getTemp() { |
| | | return temp; |
| | | public List<BattDischargePlanTemp> getTempList() { |
| | | return tempList; |
| | | } |
| | | |
| | | public void setTemp(BattDischargePlanTemp temp) { |
| | | this.temp = temp; |
| | | public void setTempList(List<BattDischargePlanTemp> tempList) { |
| | | this.tempList = tempList; |
| | | } |
| | | } |