| | |
| | | import org.jeecg.common.api.vo.Result; |
| | | import org.jeecg.modules.mdc.entity.MdcShiftSub; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @Description: 班次表(次表) |
| | | * @Author: Sake |
| | |
| | | |
| | | /** |
| | | * 新增 |
| | | * @param jsonbject |
| | | * @param mdcShiftSub |
| | | * @return |
| | | */ |
| | | MdcShiftSub addMdcShiftSub(JSONObject jsonbject); |
| | | MdcShiftSub addMdcShiftSub(MdcShiftSub mdcShiftSub); |
| | | |
| | | /** |
| | | * 修改 |
| | |
| | | * @return |
| | | */ |
| | | Result deleteMdcShiftSub(String id); |
| | | |
| | | /** |
| | | * 根据班制id获取班次下拉列表 |
| | | * @param shiftId |
| | | * @return |
| | | */ |
| | | List<Map<String, String>> initShiftSubList(String shiftId); |
| | | } |