|
|
|
|
@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.core.conditions.Wrapper; |
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
|
import org.apache.ibatis.annotations.Param; |
|
|
|
|
import org.springblade.desk.produce.pojo.entity.WorkOrder; |
|
|
|
|
import org.springblade.wms.excel.StGlassCakeOutExcel; |
|
|
|
|
import org.springblade.wms.pojo.entity.StGlassCakeOut; |
|
|
|
|
import org.springblade.wms.pojo.vo.StGlassCakeOutVO; |
|
|
|
|
@ -43,5 +44,7 @@ public interface StGlassCakeOutMapper extends BaseMapper<StGlassCakeOut> { |
|
|
|
|
List<StGlassCakeOutExcel> exportStGlassCakeOut(@Param("ew") Wrapper<StGlassCakeOut> queryWrapper); |
|
|
|
|
|
|
|
|
|
StGlassCakeOut getBySirId(Long sirId); |
|
|
|
|
|
|
|
|
|
WorkOrder getByWoCode(String cardNo); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|