Commit 7f4e9048 by 徐高华

api

parent c82018b9
package com.gic.haoban.manage.web.controller.hm;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import com.gic.haoban.manage.api.service.hm.HmLinkApiService;
import com.gic.haoban.manage.web.controller.WebBaseController;
/**
......@@ -10,6 +14,11 @@ import com.gic.haoban.manage.web.controller.WebBaseController;
* @date 2022年7月1日 下午2:15:39
*
*/
@Controller
public class HmLinkController extends WebBaseController{
// com.gic.haoban.manage.api.service.hm.HmLinkApiService
@Autowired
private HmLinkApiService hmLinkApiService ;
}
......@@ -99,6 +99,6 @@
retries="0" check="false"/>
<dubbo:reference id="clerkMoveService" interface="com.gic.clerk.api.service.ClerkMoveService" timeout="10000" retries="0" check="false" />
<dubbo:reference id="storeWidgetService" interface="com.gic.enterprise.api.service.StoreWidgetService" timeout="10000" retries="0" check="false" />
<dubbo:reference id="hmLinkApiService" interface="com.gic.haoban.manage.api.service.hm.HmLinkApiService" timeout="10000" retries="0" check="false" />
</beans>
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