feat():service controller mapper domain 添加注解

pull/1/head
YangPeng 2024-09-28 15:11:42 +08:00
parent f645459fb1
commit 40e3a1ceb7
144 changed files with 642 additions and 437 deletions

View File

@ -14,11 +14,14 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List;
/**
* @Authoryang
* @Packagecom.muyu.server.controller
* @Projectcloud-electronic
* @nameCarFenceClazzController
* @Date2024/9/20 14:31
*
* * @Authoryang
* * @Packagecom.muyu.server.controller
* * @ClassNameCarFenceClazzController
* * @Projectcloud-electronic
* * @nameCarFenceClazzController
* * @Date2024/9/20 14:31
* * @Description
*/
@RequestMapping("/carFenceClazz")
@RestController

View File

@ -18,11 +18,13 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @Authoryang
* @Packagecom.muyu.server.controller
* @Projectcloud-electronic
* @nameCarFenceController
* @Date2024/9/17 16:46
*
* * @Authoryang
* * @Packagecom.muyu.server.controller
* * @Projectcloud-electronic
* * @nameCarFenceController
* * @Date2024/9/17 16:46
* * @Description
*/
@RequestMapping("/carFence")
@RestController

View File

@ -14,11 +14,13 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List;
/**
* @Authoryang
* @Packagecom.muyu.server.controller
* @Projectcloud-electronic
* @nameCarFenceClazzController
* @Date2024/9/20 14:31
*
* * @Authoryang
* * @Packagecom.muyu.server.controller
* * @Projectcloud-electronic
* * @nameCarFenceClazzController
* * @Date2024/9/20 14:31
* * @Description
*/
@RequestMapping("/carFenceType")
@RestController

View File

@ -11,11 +11,12 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @className: CarTypeController
* @author: Yang 🦅
* @date: 2024/9/23 22:06
* @Version: 1.0
* @description:
*
* * @className: CarTypeController
* * @author: Yang 🦅
* * @date: 2024/9/23 22:06
* * @Version: 1.0
* * @description:
*/
@RequestMapping("/cartype")
@RestController

View File

@ -15,13 +15,13 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
/**
* @className: CarTypeController
* @author: Yang 🦅
* @date: 2024/9/23 22:06
* @Version: 1.0
* @description:
*
* * @className: FaultCodeController
* * @author: Yang 🦅
* * @date: 2024/9/23 22:06
* * @Version: 1.0
* * @description:
*/
@RestController
@RequestMapping("/faultcode")
@Tag(name = "故障模块" ,description = "故障模块")

View File

@ -17,13 +17,13 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @className: CarTypeController
* @author: Yang 🦅
* @date: 2024/9/23 22:06
* @Version: 1.0
* @description:
*/
*
* * @className: FaultConditionController
* * @author: Yang 🦅
* * @date: 2024/9/23 22:06
* * @Version: 1.0
* * @description:
*/
@RestController
@RequestMapping("/faultcondition")
@Tag(name = "故障规则模块",description = "故障规则模块")

View File

@ -1,24 +0,0 @@
package com.muyu.controller;
import com.muyu.service.FaultDetectionStrategyService;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @className: FaultDetectionStrategyController
* @author: Yang 🦅
* @date: 2024/9/23 22:06
* @Version: 1.0
* @description:
*/
@RestController
@RequestMapping("/faultdetectionstrategy")
@Tag(name = "车辆故障码",description = "车辆故障码")
public class FaultDetectionStrategyController {
@Autowired
private FaultDetectionStrategyService faultDetectionStrategyService;
}

View File

@ -1,14 +1,4 @@
package com.muyu.controller;
/**
* @className: FaultLog
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*/
import com.muyu.common.core.domain.Result;
import com.muyu.service.FaultLabelService;
import io.swagger.v3.oas.annotations.Operation;
@ -20,6 +10,11 @@ import org.springframework.web.bind.annotation.RestController;
/**
*
* * @className: FaultLog
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@RestController
@RequestMapping("/faultlabel")

View File

@ -12,11 +12,12 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @className: FaultLog
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: FaultLog
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@RestController
@RequestMapping("/faultlog")

View File

@ -15,11 +15,12 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @className: FaultLog
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: FaultRuleController
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@RestController
@RequestMapping("/faultrule")

View File

@ -1,12 +1,4 @@
package com.muyu.controller;
/**
* @className: FaultLog
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*/
import com.muyu.common.core.domain.Result;
import com.muyu.service.FaultTypeService;
import io.swagger.v3.oas.annotations.Operation;
@ -18,6 +10,11 @@ import org.springframework.web.bind.annotation.RestController;
/**
*
* * @className: FaultTypeController
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@RestController
@RequestMapping("/faulttype")

View File

@ -16,11 +16,13 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List;
/**
* @Authoryan
* @Packagecom.muyu.car.controller
* @Projectcars
* @nameFenceGroupController
* @Date2024/9/21 20:49
*
* *
* * @Authoryan
* * @Packagecom.muyu.car.controller
* * @Projectcars
* * @nameFenceGroupController
* * @Date2024/9/21 20:49
*/
@RequestMapping("/fenceGroup")
@RestController

View File

@ -14,13 +14,13 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @className: FaultLog
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: MessageController
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@RestController
@RequestMapping("/message")

View File

@ -13,10 +13,12 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @ClassName MessageTemplateController
* @Description TODO
* @Author Li HD
* @Date 2024/9/19
*
* * @ClassName MessageTemplateController
* * @Description TODO
* * @Author Li HD
* * @Date 2024/9/19
* * @Version 1.0
*/
@Log4j2
@RestController

View File

@ -16,10 +16,11 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @ClassName MessageValueController
* @Description TODO
* @Author Li HD
* @Date 2024/9/19
*
* * @ClassName MessageValueController
* * @Description TODO
* * @Author Li HD
* * @Date 2024/9/19
*/
@Log4j2
@RestController

View File

@ -15,11 +15,12 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @Authoryan
* @Packagecom.muyu.car.controller
* @Projectplues
* @nameMiddleController
* @Date2024/9/22 10:06
*
* * @Authoryan
* * @Packagecom.muyu.car.controller
* * @Projectplues
* * @nameMiddleController
* * @Date2024/9/22 10:06
*/
@RequestMapping("/middle")
@RestController

View File

@ -18,7 +18,6 @@ import java.util.List;
/**
* Controller
*
* @author Li HD
* @date 2024-09-18
*/

View File

@ -19,7 +19,6 @@ import java.util.List;
/**
* Controller
*
* @author Yang
* @date 2024-09-18
*/

View File

@ -19,6 +19,9 @@ import java.util.List;
* @Date 2024/9/22 9:36
* @
*/
/**
* (SysCarType)
*/
@RestController
@RequestMapping("/sysType")
@Tag(name = "查询车辆类型模块",description = "查询车辆类型模块")

View File

@ -18,7 +18,6 @@ import java.util.List;
/**
* Controller
*
* @author muyu
* @date 2024-09-20
*/

View File

@ -18,7 +18,6 @@ import java.util.List;
/**
* Controller
*
* @author muyu
* @date 2024-09-20
*/

View File

@ -18,7 +18,6 @@ import java.util.List;
/**
* Controller
*
* @author muyu
* @date 2024-09-20
*/

View File

@ -18,6 +18,10 @@ import java.util.Date;
* @nameCarFaultMessage
* @Date2024/9/25 23:45
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
@ -34,5 +38,4 @@ public class CarFaultMessage {
@JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss")
private Date createTime;
private Integer userId;
}

View File

@ -11,6 +11,9 @@ import lombok.experimental.SuperBuilder;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -21,6 +21,10 @@ import java.util.Date;
* @nameCarFence
* @Date2024/9/17 16:08
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -14,6 +14,10 @@ import lombok.NoArgsConstructor;
* @nameCarFenceClazz
* @Date2024/9/17 16:41
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -14,6 +14,10 @@ import lombok.NoArgsConstructor;
* @nameType
* @Date2024/9/17 16:40
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -15,6 +15,10 @@ import lombok.NoArgsConstructor;
* @Date2024/9/25 20:25
*
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -13,6 +13,10 @@ import lombok.experimental.SuperBuilder;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -16,6 +16,10 @@ import lombok.experimental.SuperBuilder;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -20,6 +20,10 @@ import java.util.function.Supplier;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -15,6 +15,10 @@ import lombok.experimental.SuperBuilder;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -20,6 +20,9 @@ import java.util.Date;
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -12,6 +12,9 @@ import lombok.experimental.SuperBuilder;
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -15,6 +15,10 @@ import java.math.BigDecimal;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -15,6 +15,10 @@ import lombok.experimental.SuperBuilder;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -16,6 +16,10 @@ import lombok.NoArgsConstructor;
* @nameFenceAndGroupMiddle
* @Date2024/9/22 09:59
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -16,6 +16,10 @@ import lombok.NoArgsConstructor;
* @nameFenceGroup
* @Date2024/9/21 20:45
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -13,6 +13,10 @@ import java.sql.PreparedStatement;
* @Version: 1.0
* @description:
*/
/**
* dao
*/
@Data
public class MessageDao {
private Connection connection;

View File

@ -16,6 +16,9 @@ import java.util.Date;
* @description:
*/
/**
*
*/
public class MessageService {
private MessageDao messageDao;

View File

@ -17,6 +17,10 @@ import lombok.experimental.SuperBuilder;
* @Author Li HD
* @Date 2024/9/19
*/
/**
*
*/
@Data
@SuperBuilder
@NoArgsConstructor

View File

@ -17,6 +17,10 @@ import lombok.experimental.SuperBuilder;
* @Author Li HD
* @Date 2024/9/19
*/
/**
*
*/
@Data
@SuperBuilder
@NoArgsConstructor

View File

@ -16,6 +16,10 @@ import lombok.experimental.SuperBuilder;
* @Author Li HD
* @Date 2024/9/22 15:48
*/
/**
*
*/
@EqualsAndHashCode(callSuper = true)
@Data
@SuperBuilder

View File

@ -1,5 +1,8 @@
package com.muyu.domain;
/**
* WarnLevel
*/
public enum WarnLevel {
LOW, MEDIUM, HIGH
}

View File

@ -19,6 +19,10 @@ import java.util.Date;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -15,6 +15,10 @@ import lombok.experimental.SuperBuilder;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -19,6 +19,9 @@ import java.util.Date;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -15,6 +15,9 @@ import lombok.experimental.SuperBuilder;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -18,6 +18,9 @@ import java.util.Date;
* @nameCarFenceAdd
* @Date2024/9/23 23:57
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -18,6 +18,9 @@ import java.util.Date;
* @nameCarFence
* @Date2024/9/17 16:08
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -13,6 +13,10 @@ import lombok.NoArgsConstructor;
* @nameCarFenceReq
* @Date2024/9/17 16:26
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -12,6 +12,9 @@ import lombok.NoArgsConstructor;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -14,6 +14,9 @@ import lombok.NoArgsConstructor;
* @description:
*/
/**
*
*/
@Tag(name = "故障码列表请求对象")
@Data
@AllArgsConstructor

View File

@ -12,6 +12,10 @@ import lombok.NoArgsConstructor;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -14,6 +14,10 @@ import java.math.BigDecimal;
* @Version: 1.0
* @description:
*/
/**
* Id
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -13,6 +13,9 @@ import lombok.NoArgsConstructor;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Tag(name = "故障规则列表请求对象")
@Data
@AllArgsConstructor

View File

@ -14,6 +14,9 @@ import java.math.BigDecimal;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -17,6 +17,10 @@ import java.util.Date;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Tag(name = "故障日志列表请求对象")
@Data
@AllArgsConstructor

View File

@ -12,6 +12,10 @@ import lombok.NoArgsConstructor;
* @Author Li HD
* @Date 2024/9/19
*/
/**
*
*/
@Data
@Builder
@NoArgsConstructor

View File

@ -12,6 +12,10 @@ import lombok.NoArgsConstructor;
* @Author Li HD
* @Date 2024/9/19
*/
/**
*
*/
@Data
@Builder
@NoArgsConstructor

View File

@ -13,6 +13,10 @@ import lombok.NoArgsConstructor;
* @Author Li HD
* @Date 2024/9/19
*/
/**
*
*/
@Data
@Builder
@NoArgsConstructor

View File

@ -19,6 +19,10 @@ import java.util.Date;
* @nameCarFenceResq
* @Date2024/9/17 16:35
*/
/**
*
*/
@Data
@AllArgsConstructor
@NoArgsConstructor

View File

@ -14,6 +14,9 @@ import lombok.Data;
* @description:
*/
/**
*
*/
@Data
@Builder
@AllArgsConstructor

View File

@ -15,6 +15,9 @@ import java.util.List;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@SuperBuilder
@AllArgsConstructor

View File

@ -16,7 +16,9 @@ import java.math.BigDecimal;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@Builder
@AllArgsConstructor

View File

@ -15,6 +15,10 @@ import java.util.List;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@SuperBuilder
@AllArgsConstructor

View File

@ -17,6 +17,10 @@ import java.util.Date;
* @Version: 1.0
* @description:
*/
/**
*
*/
@Data
@Builder
@AllArgsConstructor

View File

@ -16,6 +16,9 @@ import java.util.List;
* @description:
*/
/**
*
*/
@Data
@SuperBuilder
@AllArgsConstructor

View File

@ -13,6 +13,10 @@ import lombok.NoArgsConstructor;
* @Author Li HD
* @Date 2024/9/19
*/
/**
*
*/
@Data
@Builder
@NoArgsConstructor

View File

@ -13,6 +13,10 @@ import lombok.NoArgsConstructor;
* @Author Li HD
* @Date 2024/9/19
*/
/**
*
*/
@Data
@Builder
@NoArgsConstructor

View File

@ -14,6 +14,10 @@ import lombok.NoArgsConstructor;
* @Author Li HD
* @Date 2024/9/25 20:14
*/
/**
*
*/
@Data
@Builder
@NoArgsConstructor

View File

@ -14,6 +14,10 @@ import lombok.experimental.SuperBuilder;
* @Version: 1.0
* @description:
*/
/**
* VO
*/
@EqualsAndHashCode(callSuper = true)
@Data
@AllArgsConstructor

View File

@ -5,11 +5,12 @@ import com.muyu.domain.CarFenceClazz;
import org.apache.ibatis.annotations.Mapper;
/**
* @Authoryang
* @Packagecom.muyu.server.mapper
* @Projectcloud-electronic
* @nameCarFenceClazzMapper
* @Date2024/9/17 17:34
* Mapper
* * @Authoryang
* * @Packagecom.muyu.server.mapper
* * @Projectcloud-electronic
* * @nameCarFenceClazzMapper
* * @Date2024/9/17 17:34
*/
@Mapper
public interface CarFenceClazzMapper extends BaseMapper<CarFenceClazz> {

View File

@ -5,11 +5,12 @@ import com.muyu.domain.CarFence;
import org.apache.ibatis.annotations.Mapper;
/**
* @Authoryang
* @Packagecom.muyu.server.mysql
* @Projectcloud-electronic
* @nameCarFenceServiceMapper
* @Date2024/9/17 17:13
* Mapper
* * @Authoryang
* * @Packagecom.muyu.server.mysql
* * @Projectcloud-electronic
* * @nameCarFenceServiceMapper
* * @Date2024/9/17 17:13
*/
@Mapper
public interface CarFenceMapper extends BaseMapper<CarFence> {

View File

@ -11,11 +11,12 @@ import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* @Authoryan
* @Packagecom.muyu.car.mapper
* @Projectplues
* @nameCarFenceServiceMybaitsMapper
* @Date2024/9/22 19:25
* Mybatis
* * @Authoryan
* * @Packagecom.muyu.car.mapper
* * @Projectplues
* * @nameCarFenceServiceMybaitsMapper
* * @Date2024/9/22 19:25
*/
@Mapper
public interface CarFenceServiceMybaitsMapper {

View File

@ -5,11 +5,12 @@ import com.muyu.domain.CarFenceType;
import org.apache.ibatis.annotations.Mapper;
/**
* @Authoryang
* @Packagecom.muyu.server.mapper
* @Projectcloud-electronic
* @nameCarFenceTypeMapper
* @Date2024/9/17 17:32
* Mapper
* * @Authoryang
* * @Packagecom.muyu.server.mapper
* * @Projectcloud-electronic
* * @nameCarFenceTypeMapper
* * @Date2024/9/17 17:32
*/
@Mapper
public interface CarFenceTypeMapper extends BaseMapper<CarFenceType> {

View File

@ -5,11 +5,16 @@ import com.muyu.domain.CarType;
import org.apache.ibatis.annotations.Mapper;
/**
* @className: CarTypeMapper
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*/
/**
*
* * @className: CarTypeMapper
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@Mapper
public interface CarTypeMapper extends BaseMapper<CarType> {

View File

@ -13,11 +13,12 @@ import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* @className: FaultCodeMapper
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: FaultCodeMapper
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@Mapper
public interface FaultCodeMapper extends BaseMapper<FaultCodeVo> {

View File

@ -9,11 +9,12 @@ import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* @className: FaultConditionMapper
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: FaultConditionMapper
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@Mapper
public interface FaultConditionMapper extends BaseMapper<FaultCondition> {

View File

@ -1,11 +0,0 @@
package com.muyu.mapper;
/**
* @className: FaultDetectionStrategyMapper
* @author: Yang 🦅
* @date: 2024/9/23 23:59
* @Version: 1.0
* @description:
*/
public interface FaultDetectionStrategyMapper {
}

View File

@ -5,11 +5,12 @@ import com.muyu.domain.FaultLabel;
import org.apache.ibatis.annotations.Mapper;
/**
* @className: FaultLabelMapper
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: FaultLabelMapper
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@Mapper
public interface FaultLabelMapper extends BaseMapper<FaultLabel> {

View File

@ -8,11 +8,12 @@ import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* @className: FaultLog
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: FaultLogMapper
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@Mapper
public interface FaultLogMapper extends BaseMapper<FaultLog> {

View File

@ -5,11 +5,12 @@ import com.muyu.domain.FaultRule;
import org.apache.ibatis.annotations.Mapper;
/**
* @className: FaultRuleMapper
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: FaultRuleMapper
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@Mapper
public interface FaultRuleMapper extends BaseMapper<FaultRule> {

View File

@ -4,12 +4,14 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.muyu.domain.FaultType;
import org.apache.ibatis.annotations.Mapper;
/**
* @className: FaultTypeMapper
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
*
* * @className: FaultTypeMapper
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@Mapper
public interface FaultTypeMapper extends BaseMapper<FaultType> {

View File

@ -5,11 +5,12 @@ import com.muyu.domain.FenceGroup;
import org.apache.ibatis.annotations.Mapper;
/**
* @Authoryan
* @Packagecom.muyu.car.mapper
* @Projectcars
* @nameFenceGroupMapper
* @Date2024/9/21 20:54
* Mapper
* * @Authoryan
* * @Packagecom.muyu.car.mapper
* * @Projectcars
* * @nameFenceGroupMapper
* * @Date2024/9/21 20:54
*/
@Mapper
public interface FenceGroupMapper extends BaseMapper<FenceGroup> {

View File

@ -7,11 +7,12 @@ import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* @className: MessageMapper
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
* (Message)访
* * @className: MessageMapper
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
@Mapper
public interface MessageMapper extends BaseMapper<Message> {

View File

@ -5,10 +5,11 @@ import com.muyu.domain.MessageTemplate;
import org.apache.ibatis.annotations.Mapper;
/**
* @ClassName MessageTemplateMapper
* @Description TODO
* @Author Li HD
* @Date 2024/9/19
* Mapper
* * @ClassName MessageTemplateMapper
* * @Description TODO
* * @Author Li HD
* * @Date 2024/9/19
*/
@Mapper
public interface MessageTemplateMapper extends BaseMapper<MessageTemplate> {

View File

@ -5,10 +5,11 @@ import com.muyu.domain.MessageValue;
import org.apache.ibatis.annotations.Mapper;
/**
* @ClassName MessageValueMapper
* @Description TODO
* @Author Li HD
* @Date 2024/9/19
* (MessageValue)访
* * @ClassName MessageValueMapper
* * @Description TODO
* * @Author Li HD
* * @Date 2024/9/19
*/
@Mapper
public interface MessageValueMapper extends BaseMapper<MessageValue> {

View File

@ -4,11 +4,12 @@ import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
/**
* @Authoryan
* @Packagecom.muyu.car.mapper
* @Projectplues
* @nameMiddleMapper
* @Date2024/9/22 10:20
*
* * @Authoryan
* * @Packagecom.muyu.car.mapper
* * @Projectplues
* * @nameMiddleMapper
* * @Date2024/9/22 10:20
*/
@Mapper
public interface MiddleMapper {

View File

@ -5,11 +5,12 @@ import com.muyu.domain.SysCarFault;
import org.apache.ibatis.annotations.Mapper;
/**
* @className: MessageMapper
* @author: Yang 🦅
* @date: 2024-09-18 21:06
* @Version: 1.0
* @description: Mapper
* Mapper
* * @className: SysCarFaultMapper
* * @author: Yang 🦅
* * @date: 2024-09-18 21:06
* * @Version: 1.0
* * @description: Mapper
*/
@Mapper
public interface SysCarFaultMapper extends BaseMapper<SysCarFault>{

View File

@ -9,7 +9,6 @@ import java.util.List;
/**
* Mapper
*
* @author Li HD
* @date 2024-09-18
*/

View File

@ -5,11 +5,17 @@ import com.muyu.domain.SysCarType;
import java.util.List;
/**
* @version 1.0
* @Author xie ya ru
* @Date 2024/9/22 9:30
* @
*/
/**
* (SysCarType)访
* * @version 1.0
* * @Author xie ya ru
* * @Date 2024/9/22 9:30
* * @
*/
public interface SysTypeMapper extends BaseMapper<SysCarType> {

View File

@ -6,7 +6,6 @@ import org.apache.ibatis.annotations.Mapper;
/**
* Mapper
*
* @author muyu
* @date 2024-09-20
*/

View File

@ -7,7 +7,6 @@ import org.apache.ibatis.annotations.Mapper;
/**
* Mapper
*
* @author muyu
* @date 2024-09-20
*/

View File

@ -7,7 +7,6 @@ import org.apache.ibatis.annotations.Mapper;
/**
* Mapper
*
* @author muyu
* @date 2024-09-20
*/

View File

@ -3,13 +3,13 @@ package com.muyu.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.muyu.domain.CarFenceClazz;
/**
* @Authoryang
* @Packagecom.muyu.server.service
* @Projectcloud-electronic
* @nameCarFenceClazzService
* @Date2024/9/17 17:33
*
* * @Authoryang
* * @Packagecom.muyu.server.service
* * @Projectcloud-electronic
* * @nameCarFenceClazzService
* * @Date2024/9/17 17:33
*/
public interface CarFenceClazzService extends IService<CarFenceClazz>{
}

View File

@ -7,11 +7,12 @@ import com.muyu.domain.req.CarFenceReq;
import com.muyu.domain.resp.CarFenceResq;
/**
* @Authoryang
* @Packagecom.muyu.server.service
* @Projectcloud-electronic
* @nameCarFenceService
* @Date2024/9/17 16:54
*
* * @Authoryang
* * @Packagecom.muyu.server.service
* * @Projectcloud-electronic
* * @nameCarFenceService
* * @Date2024/9/17 16:54
*/
public interface CarFenceService extends IService<CarFence> {
/**

View File

@ -7,11 +7,12 @@ import com.muyu.domain.req.CarFenceAdd;
import java.util.List;
/**
* @Authoryan
* @Packagecom.muyu.car.service
* @Projectplues
* @nameCarFenceServiceMybaits
* @Date2024/9/22 19:24
*
* * @Authoryan
* * @Packagecom.muyu.car.service
* * @Projectplues
* * @nameCarFenceServiceMybaits
* * @Date2024/9/22 19:24
*/
public interface CarFenceServiceMybaits {
void add(Integer fenceGroupId, List<Integer> carFenceId);

View File

@ -5,11 +5,12 @@ import com.muyu.domain.CarFenceType;
/**
* @Authoryang
* @Packagecom.muyu.server.service
* @Projectcloud-electronic
* @nameCarFenceTypeService
* @Date2024/9/17 17:29
*
* * @Authoryang
* * @Packagecom.muyu.server.service
* * @Projectcloud-electronic
* * @nameCarFenceTypeService
* * @Date2024/9/17 17:29
*/
public interface CarFenceTypeService extends IService<CarFenceType>{
}

View File

@ -6,11 +6,12 @@ import com.muyu.domain.CarType;
import java.util.List;
/**
* @className: CarTypeService
* @author: Yang 🦅
* @date: 2024/9/23 21:06
* @Version: 1.0
* @description:
* Service
* * @className: CarTypeService
* * @author: Yang 🦅
* * @date: 2024/9/23 21:06
* * @Version: 1.0
* * @description:
*/
public interface CarTypeService extends IService<CarType> {

Some files were not shown because too many files have changed in this diff Show More