LogFeign.java 153 Bytes
package com.yanzuoguang.log;

/**
 * 调用外置服务保存日志对象
 *
 * @author 颜佐光
 */
public interface LogFeign extends LogFeignBase {
}