| | |
| | | package org.springblade.system.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.databind.annotation.JsonSerialize; |
| | | import com.fasterxml.jackson.databind.ser.std.NullSerializer; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.core.mp.base.BaseEntity; |
| | | import org.springblade.core.tool.utils.DateUtil; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * 实体类 |
| | |
| | | */ |
| | | @ApiModelProperty(value = "租户ID") |
| | | private String tenantId; |
| | | |
| | | /** |
| | | * 租户全称 |
| | | */ |
| | | @ApiModelProperty(value = "租户全称") |
| | | private String fullName; |
| | | |
| | | /** |
| | | * 租户名称 |
| | | */ |