Commit b67647dd by 徐高华

活码

parent 2ccf87ad
package com.gic.haoban.manage.service.service.hm;
public interface HmLinkService {
}
package com.gic.haoban.manage.service.service.hm.impl;
import org.springframework.stereotype.Service;
import com.gic.haoban.manage.service.service.hm.HmLinkService;
@Service
public class HmLinkServiceImpl implements HmLinkService {
}
package com.gic.haoban.manage.service.service.out.impl.hm;
import com.gic.haoban.manage.api.service.hm.HmLinkApiService;
public class HmLinkApiServiceImpl implements HmLinkApiService {
}
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