refactor:修改注释

dev.event
袁子龙 2024-09-29 16:12:34 +08:00
parent dea0f07c90
commit 2488248967
14 changed files with 47 additions and 15 deletions

View File

@ -11,6 +11,13 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/**
*
* @author sx
* @package com.muyu.server.service.impl
* @name CarTypeServiceImpl
* @date 2024-09-29 16:06:22
*/
@Service @Service
public class CarTypeServiceImpl extends ServiceImpl<CarTypeMapper, CarType> implements CarTypeService{ public class CarTypeServiceImpl extends ServiceImpl<CarTypeMapper, CarType> implements CarTypeService{
@Autowired @Autowired

View File

@ -8,7 +8,8 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
/** /**
* @Authorliuxinyue *
* @author liuxinyue
* @Packagecom.sheep.service.impl * @Packagecom.sheep.service.impl
* @Projectcloud-server-c * @Projectcloud-server-c
* @nameDataTypeServiceImpl * @nameDataTypeServiceImpl

View File

@ -19,7 +19,8 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/** /**
* @Authoryuping *
* @author yuping
* @Packagecom.muyu.fence.service.impl * @Packagecom.muyu.fence.service.impl
* @Projectcloud-server * @Projectcloud-server
* @nameFenceGroupServiceImpl * @nameFenceGroupServiceImpl

View File

@ -18,7 +18,8 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/** /**
* @Authoryuping *
* @author yuping
* @Packagecom.muyu.fence.service.impl * @Packagecom.muyu.fence.service.impl
* @Projectcloud-server * @Projectcloud-server
* @nameElectronicFenceServiceImpl * @nameElectronicFenceServiceImpl

View File

@ -11,9 +11,10 @@ import org.springframework.stereotype.Service;
import java.util.*; import java.util.*;
/** /**
* @Author YuPing *
* @Description * @author yuping
* @Version 1.0 * @package com.muyu.server.service.impl
* @name EnterpriseServiceImpl
* @Data 2024-09-26 20:23:21 * @Data 2024-09-26 20:23:21
*/ */
@Service @Service

View File

@ -12,7 +12,8 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/** /**
* @Authoryuping *
* @author yuping
* @Packagecom.muyu.fence.service.impl * @Packagecom.muyu.fence.service.impl
* @Projectcloud-server * @Projectcloud-server
* @nameFenceGroupMidServiceImpl * @nameFenceGroupMidServiceImpl

View File

@ -11,9 +11,9 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/** /**
* @Authorliuxinyue *
* @author liuxinyue
* @Packagecom.sheep.message.service.impl * @Packagecom.sheep.message.service.impl
* @Projectcloud-server-c
* @nameMessageTemplateTypeServiceImpl * @nameMessageTemplateTypeServiceImpl
* @Date2024/9/19 14:34 * @Date2024/9/19 14:34
*/ */

View File

@ -10,7 +10,7 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/** /**
* *
* @author * @author
* @package: com.muyu.breakdown.service.impl * @package: com.muyu.breakdown.service.impl
* @name: sysCarFaultLogServiceImpl * @name: sysCarFaultLogServiceImpl

View File

@ -11,7 +11,7 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/** /**
* *
* @author * @author
* @package: com.muyu.breakdown.service.impl * @package: com.muyu.breakdown.service.impl
* @name: SysCarFaultMessageServiceImpl * @name: SysCarFaultMessageServiceImpl

View File

@ -13,7 +13,7 @@ import org.springframework.util.Assert;
import java.util.List; import java.util.List;
/** /**
* *
* @author * @author
* @package: com.muyu.breakdown.service.impl * @package: com.muyu.breakdown.service.impl
* @name: SysCarFaultServiceImpl * @name: SysCarFaultServiceImpl

View File

@ -10,6 +10,13 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/**
* 线
* @author sx
* @package com.muyu.server.service.impl
* @name SysCarLogServiceImpl
* @date 2024/9/22 14:36
*/
@Service @Service
public class SysCarLogServiceImpl extends ServiceImpl<SysCarLogMapper, SysCarLog> implements SysCarLogService { public class SysCarLogServiceImpl extends ServiceImpl<SysCarLogMapper, SysCarLog> implements SysCarLogService {
@Autowired @Autowired

View File

@ -12,7 +12,13 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/**
*
* @author sx
* @package com.muyu.server.service.impl
* @name SysCarServiceImpl
* @date 2024/9/22 14:36
*/
@Service @Service
public class SysCarServiceImpl extends ServiceImpl<SysCarMapper, SysCar> implements SysCarService { public class SysCarServiceImpl extends ServiceImpl<SysCarMapper, SysCar> implements SysCarService {
@Autowired @Autowired

View File

@ -8,6 +8,13 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
/**
*
* @author liuxinyue
* @package com.muyu.server.service.impl
* @name TemplateNeedServiceImpl
* @date 2024/9/22 14:36
*/
@Service @Service
public class TemplateNeedServiceImpl implements TemplateNeedService { public class TemplateNeedServiceImpl implements TemplateNeedService {

View File

@ -22,9 +22,9 @@ import java.util.List;
import java.util.concurrent.CompletableFuture; import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutionException;
/** /**
* @Authorliuxinyue *
* @author liuxinyue
* @Packagecom.template.service.impl * @Packagecom.template.service.impl
* @Projectcloud-server-c
* @nameTemplateServiceImp * @nameTemplateServiceImp
* @Date2024/9/20 12:12 * @Date2024/9/20 12:12
*/ */