洪城义警-正式版后台
Administrator
2021-06-23 8cd51fc0931fb8994f91f8e2ccf5078ef7a76ebc
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;
}