/* *所有关于Bill_group_stock类的业务代码接口应在此处编写 */ using System; using WIDESEA_Core.Utilities; namespace WIDESEA_Services.IServices { public partial interface IVV_StockLocationService { public WebResponseContent DelStock(DeleteStockRequest request); } }