|
@@ -52,7 +52,11 @@ public interface PurchaseMapper extends BaseMapper<Purchase>{
|
|
|
* @date : 2024/2/28 9:46
|
|
* @date : 2024/2/28 9:46
|
|
|
*/
|
|
*/
|
|
|
Long noStoredCountByCond(PurchaseQuery purchaseQuery);
|
|
Long noStoredCountByCond(PurchaseQuery purchaseQuery);
|
|
|
-
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @desc : 修改金额数量
|
|
|
|
|
+ * @author : 于继渤
|
|
|
|
|
+ * @date : 2024/2/26 10:36
|
|
|
|
|
+ */
|
|
|
int updateAmount(Purchase purchase);
|
|
int updateAmount(Purchase purchase);
|
|
|
|
|
|
|
|
Purchase selectPurchaseByRighting(PurchaseQuery purchaseQuery);
|
|
Purchase selectPurchaseByRighting(PurchaseQuery purchaseQuery);
|