@@ -9,7 +9,11 @@ import org.springframework.stereotype.Repository;
*/
@Repository
public interface InboundItemMapper extends BaseMapper<InboundItem>{
-
+ /**
+ * @desc : 修改金额数量
+ * @author : 于继渤
+ * @date : 2024/2/26 10:36
+ */
int updateAmount(InboundItem inboundItem);
}
@@ -41,7 +41,11 @@ public interface InboundMapper extends BaseMapper<Inbound>{
Long selectInboundAndItemCountByCond(InboundQuery inboundQuery);
int updateAmount(Inbound inbound);
/**
@@ -31,7 +31,11 @@ public interface PurchaseItemMapper extends BaseMapper<PurchaseItem>{
int deleteById(@Param("id") String id);
PurchaseItemResponse selectById(@Param("itemId") String id);
int updateAmount(PurchaseItem purchaseItem);
@@ -52,7 +52,11 @@ public interface PurchaseMapper extends BaseMapper<Purchase>{
* @date : 2024/2/28 9:46
Long noStoredCountByCond(PurchaseQuery purchaseQuery);
int updateAmount(Purchase purchase);
Purchase selectPurchaseByRighting(PurchaseQuery purchaseQuery);