Commit 725372b9 authored by libin's avatar libin

核销

parent 8da301ec
......@@ -18,5 +18,12 @@ import java.util.List;
public class TourGoodVerificationBiz extends BaseBiz<TourGoodVerificationMapper,TourGoodVerification> {
//删除线路核销
public void delGoodVerification(Integer goodId, List<Integer> ids){ mapper.delVerification(ids);}
public void delGoodVerification(List<Integer> ids){ mapper.delVerification(ids);}
//批量新增
public void addBathTourGoodVerification(List<TourGoodVerification> tourGoodVerifications){
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment