package com.fjhx.wms.service; public interface MyPurchaseService { /** * 修改采购退货状态 */ void updateSalesReturnStatus(Long id, Integer status); }