ludc
2023-03-17 752c36b6dab9b0483ebc9cb356cb1a09d45bd578
Source/BladeX/blade-service-api/blade-system-api/src/main/java/org/springblade/system/entity/Tenant.java
@@ -36,7 +36,7 @@
 * @author Chill
 */
@Data
@TableName("blade_tenant")
@TableName("pl_org_tenant")
@EqualsAndHashCode(callSuper = true)
@ApiModel(value = "Tenant对象", description = "Tenant对象")
public class Tenant extends BaseEntity {
@@ -48,6 +48,13 @@
    */
   @ApiModelProperty(value = "租户ID")
   private String tenantId;
   /**
    * 租户全称
    */
   @ApiModelProperty(value = "租户全称")
   private String fullName;
   /**
    * 租户名称
    */
@@ -78,18 +85,7 @@
    */
   @ApiModelProperty(value = "联系地址")
   private String address;
   /**
    * 账号额度
    */
   @ApiModelProperty(value = "账号额度")
   private Integer accountNumber;
   /**
    * 过期时间
    */
   @DateTimeFormat(pattern = DateUtil.PATTERN_DATETIME)
   @JsonFormat(pattern = DateUtil.PATTERN_DATETIME)
   @ApiModelProperty(value = "过期时间")
   private Date expireTime;
   /**
    * 产品包ID
    */