Commit 4f351559 by 墨竹

refactor:增加dubbo

parent f15c4917
......@@ -4,11 +4,13 @@ import com.gic.haoban.manage.api.dto.SecretSettingDTO;
import com.gic.haoban.manage.api.service.out.SecretSettingApiService;
import com.gic.haoban.manage.service.service.SecretSettingService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* @author mozhu
* @date 2022/1/10 09:45
*/
@Service
public class SecretSettingApiServiceImpl implements SecretSettingApiService {
@Autowired
private SecretSettingService secretSettingService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment