Commit 469b99d9 by jinxin

注解添加

parent bd238dda
...@@ -4,6 +4,7 @@ import com.gic.haoban.manage.service.dao.mapper.licence.TabHaobanLicenceOrderPro ...@@ -4,6 +4,7 @@ import com.gic.haoban.manage.service.dao.mapper.licence.TabHaobanLicenceOrderPro
import com.gic.haoban.manage.service.entity.licence.TabHaobanLicenceOrderProgress; import com.gic.haoban.manage.service.entity.licence.TabHaobanLicenceOrderProgress;
import com.gic.haoban.manage.service.service.licence.LicenceOrderProgressService; import com.gic.haoban.manage.service.service.licence.LicenceOrderProgressService;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
...@@ -12,6 +13,7 @@ import java.util.List; ...@@ -12,6 +13,7 @@ import java.util.List;
* @Author: wenhua * @Author: wenhua
* @Date: 2023/3/9 17:02 * @Date: 2023/3/9 17:02
*/ */
@Service
public class LicenceOrderProgressServiceImpl implements LicenceOrderProgressService { public class LicenceOrderProgressServiceImpl implements LicenceOrderProgressService {
@Autowired @Autowired
......
...@@ -24,6 +24,7 @@ import com.gic.haoban.manage.service.util.DingUtils; ...@@ -24,6 +24,7 @@ import com.gic.haoban.manage.service.util.DingUtils;
import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageHelper;
import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import java.util.Date; import java.util.Date;
...@@ -34,6 +35,7 @@ import java.util.List; ...@@ -34,6 +35,7 @@ import java.util.List;
* @Author: wenhua * @Author: wenhua
* @Date: 2023/3/9 17:01 * @Date: 2023/3/9 17:01
*/ */
@Service
public class LicenceOrderServiceImpl implements LicenceOrderService { public class LicenceOrderServiceImpl implements LicenceOrderService {
@Autowired @Autowired
......
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