| | |
| | | |
| | | MmItemOutputEntity getOutPutById(String outputid); |
| | | |
| | | List<com.iailab.module.model.mcs.pre.entity.MmItemOutputEntity> getByItemid(String itemid); |
| | | List<MmItemOutputEntity> getByItemid(String itemId); |
| | | |
| | | MmItemOutputEntity getByItemid(String itemid, String resultstr); |
| | | MmItemOutputEntity getByItemid(String itemid, String resultstr, String resultIndex); |
| | | |
| | | List<MmItemOutputEntity> getByItemid(String itemid, String resultstr, List<Integer> resultIndexs); |
| | | |
| | | void deleteByItemId(String itemId); |
| | | |
| | | List<String> getItemIdByOut(List<String> outIds); |
| | | } |