All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gccloud.starter.common.module.org.dto.SysOrgTreeDTO Maven / Gradle / Ivy

package com.gccloud.starter.common.module.org.dto;

import io.swagger.annotations.ApiModelProperty;
import lombok.Data;

import java.io.Serializable;

/**
 * @Author tang.jiawen
 * @Date 2020/7/10
 * @Version 1.0.0
 */
@Data
public class SysOrgTreeDTO implements Serializable {

    @ApiModelProperty(notes = "待排除的机构ID")
    private String excludeId;

    @ApiModelProperty(notes = "租户ID")
    private String tenantId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy