| File was renamed from src/main/java/org/springblade/modules/netty/business/entity/PoliceCarEquipment.java |
| | |
| | | package org.springblade.modules.netty.business.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | |
| | | * @since 2023-02-23 |
| | | */ |
| | | @Data |
| | | @TableName("sys_police_car_equipment") |
| | | public class PoliceCarEquipment implements Serializable { |
| | | public class TalkBackEquipment implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |