| | |
| | | * @author Chill |
| | | */ |
| | | @Data |
| | | @TableName("blade_tenant") |
| | | @TableName("pl_org_tenant") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | @ApiModel(value = "Tenant对象", description = "Tenant对象") |
| | | public class Tenant extends BaseEntity { |
| | |
| | | */ |
| | | @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 |
| | | */ |