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;
/**
*
* @author sx
* @package com.muyu.server.service.impl
* @name CarTypeServiceImpl
* @date 2024-09-29 16:06:22
*/
@Service
public class CarTypeServiceImpl extends ServiceImpl<CarTypeMapper, CarType> implements CarTypeService{
@Autowired

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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