MESUriService.java 96 Bytes
package com.huaheng.api.mes.domain;

public interface MESUriService {
    String getApiUri();
}