IMerchantService.java 179 Bytes
package com.diligrp.cashier.boss.service;

import com.diligrp.cashier.trade.domain.Merchant;

public interface IMerchantService {

    Merchant loadCashierMerchant(Long mchId);
}