| | |
| | | package com.zy.nc.mapper; |
| | | |
| | | import com.zy.nc.entity.NccScZkmxbWms; |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.zy.nc.entity.NccScZkmxbWms; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author ZY |
| | | * @description 针对表【ncc_sc_zkmxb_wms】的数据库操作Mapper |
| | | * @createDate 2025-05-13 17:50:58 |
| | | * @Entity com.zy.nc.entity.NccScZkmxbWms |
| | | */ |
| | | * @author ZY |
| | | * @description 针对表【ncc_sc_zkmxb_wms】的数据库操作Mapper |
| | | * @createDate 2025-05-13 17:50:58 |
| | | * @Entity com.zy.nc.entity.NccScZkmxbWms |
| | | */ |
| | | public interface NccScZkmxbWmsMapper extends BaseMapper<NccScZkmxbWms> { |
| | | |
| | | |
| | | List<String> selectZk(); |
| | | List<String> selectZkOut(@Param("ids") List<String> ids); |
| | | |
| | | List<String> selectZkIn(@Param("ids")List<String> ids); |
| | | } |