| | |
| | | package com.zy.acs.manager.system.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.zy.acs.manager.system.service.TenantService; |
| | | import com.zy.acs.manager.system.service.UserService; |
| | | import com.zy.acs.framework.common.Cools; |
| | | import com.zy.acs.framework.common.SpringUtils; |
| | | import com.zy.acs.manager.system.service.TenantService; |
| | | import com.zy.acs.manager.system.service.UserService; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getStatus$(){ |
| | | if (null == this.status){ return null; } |
| | | switch (this.status){ |
| | | case 1: |
| | | return "正常"; |
| | | case 0: |
| | | return "禁用"; |
| | | default: |
| | | return String.valueOf(this.status); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | public String getCreateTime$(){ |
| | | if (Cools.isEmpty(this.createTime)){ |
| | | return ""; |
| | |
| | | return null; |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | } |