mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
#수정
StockMapper.java StockService.java StockController.java StockMapper.xml
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.no1.wms.stock;
|
||||
|
||||
import com.no1.wms.in.InDto;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
@@ -43,6 +44,12 @@ public interface StockMapper {
|
||||
int warehouseCount(Map<String, Object> m);//검색 글 갯수
|
||||
|
||||
|
||||
|
||||
int checkIfExistsStock(StockDto dto);
|
||||
int updateStockProcess(StockDto dto);
|
||||
int createStockProcess(StockDto dto);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user