|
@@ -12,7 +12,7 @@ public interface ProdIODetailMapper extends CommonBaseMapper<ProdIODetail> {
|
|
|
|
|
|
|
|
int deleteByExample(ProdIODetailExample example);
|
|
int deleteByExample(ProdIODetailExample example);
|
|
|
|
|
|
|
|
- int deleteByPrimaryKey(Integer pd_id);
|
|
|
|
|
|
|
+ int deleteByPrimaryKey(Long pd_id);
|
|
|
|
|
|
|
|
int insert(ProdIODetail record);
|
|
int insert(ProdIODetail record);
|
|
|
|
|
|
|
@@ -40,6 +40,5 @@ public interface ProdIODetailMapper extends CommonBaseMapper<ProdIODetail> {
|
|
|
|
|
|
|
|
void batchUpdate(List<ProdIODetail> list);
|
|
void batchUpdate(List<ProdIODetail> list);
|
|
|
|
|
|
|
|
-
|
|
|
|
|
void updatePurchaseYqty(Long id);
|
|
void updatePurchaseYqty(Long id);
|
|
|
}
|
|
}
|