package com.jshoperx.service; import com.jshoperx.entity.PaymentM; public interface PaymentMService extends BaseTService<PaymentM>{ }