blob: 048e91b511e9630fc45cc1a66c1af071e54c6a58 [file] [log] [blame]
package com.alibaba.dubbo.test.service.impl;
import com.alibaba.dubbo.test.service.WSService;
import org.springframework.stereotype.Service;
/**
* Created by ken.lj on 2017/9/24.
*/
public class WSServiceImpl implements WSService {
}