| | |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import org.dromara.common.tenant.core.TenantEntity; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.dromara.common.tenant.core.TenantEntity; |
| | | |
| | | import java.io.Serial; |
| | | |
| | |
| | | private String deptName; |
| | | |
| | | /** |
| | | * 部门类别编码 |
| | | */ |
| | | private String deptCategory; |
| | | |
| | | /** |
| | | * 显示顺序 |
| | | */ |
| | | private Integer orderNum; |
| | |
| | | /** |
| | | * 负责人 |
| | | */ |
| | | private String leader; |
| | | private Long leader; |
| | | |
| | | /** |
| | | * 联系电话 |
| | |
| | | private String status; |
| | | |
| | | /** |
| | | * 删除标志(0代表存在 2代表删除) |
| | | * 删除标志(0代表存在 1代表删除) |
| | | */ |
| | | @TableLogic |
| | | private String delFlag; |