@@ -27,4 +27,8 @@ public interface PurchasedetailMapper extends CommonBaseMapper<Purchase> {
void calcPurchase(Long pu_id);
+
+// void getVendorTaxrate(Long pu_id);
+//
+// void getPrice(Long pu_id);
}