退单
This commit is contained in:
@@ -6,4 +6,5 @@ import com.peanut.modules.common.entity.BuyOrderRefundLog;
|
||||
|
||||
public interface BuyOrderRefundLogService extends IService<BuyOrderRefundLog> {
|
||||
void insertRefundLog(int buyOrderRefundId, int type, int status);
|
||||
void insertRefundLog(int buyOrderRefundId, int type, int status, String reason);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user