dashboard
repositories
filestore
activity
search
login
main
/
jfptht-public
洪城义警-正式版后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
警情任务分类显示问题修复
zengh
2021-07-16
eceb0c8f9480995c8a17f1d093f4e658268b234c
[jfptht-public.git]
/
src
/
main
/
java
/
org
/
springblade
/
modules
/
system
/
vo
/
TenantVo.java
1
2
3
4
5
6
7
8
9
10
11
package org.springblade.modules.system.vo;
import lombok.Data;
import org.springblade.modules.system.entity.Tenant;
import java.io.Serializable;
@Data
public class TenantVo extends Tenant implements Serializable {
private Long deptId;
}