package cn.dao.mapper; import java.util.List; import org.springframework.stereotype.Repository; import cn.dao.po.custom.StockLog; /** * 获取出入库记录的查询条件接口 * * @author YouN * */ @Repository public interface StockLogMapper { // 查询入库记录 List<StockLog> findStockInLogs(); // 查询出库记录 List<StockLog> findStockOutLogs(); }

rxj515 LV2
3月17日
微信网友_6512020493586432 LV2
2024年4月9日
floweyws LV6
2024年1月27日
微信网友_6442962125967360 LV2
2023年5月18日
jiejiedawang1234 LV2
2023年3月20日
1755754535 LV5
2022年12月27日
wujiahua LV3
2022年12月13日
renyuan LV9
2022年11月24日
lilong007 LV23
2022年10月21日
qwqiwiw LV4
2022年9月16日