Commit bd238dda by jinxin

企业微信接口开发

parent 1ada7644
......@@ -24,6 +24,7 @@ import com.gic.haoban.manage.service.service.licence.LicenceOrderService;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
......@@ -33,6 +34,7 @@ import java.util.List;
* @Author: wenhua
* @Date: 2023/3/9 17:04
*/
@Service("licenceOrderServiceImpl")
public class LicenceOrderApiServiceImpl implements LicenceOrderApiService {
private static final Logger logger = LogManager.getLogger(LicenceOrderApiServiceImpl.class);
......
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