Merge remote-tracking branch 'origin/0.8.X' into 0.8.X
This commit is contained in:
@@ -22,4 +22,6 @@ public interface WmsSchedulePlanDetailMapper extends BaseMapperPlus<WmsScheduleP
|
||||
List<PlanTimeAgg> selectPlanTimeAgg(@Param("planIds") List<Long> planIds);
|
||||
|
||||
Page<WmsSchedulePlanDetailVo> selectVoPagePlus(Page<Object> build,@Param("ew") QueryWrapper<WmsSchedulePlanDetail> lqw);
|
||||
|
||||
List<WmsSchedulePlanDetailVo> selectVoListWithName(@Param("ew") QueryWrapper<WmsSchedulePlanDetail> lqw);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user