cn.takujo.common_api.log.Administrator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-api Show documentation
Show all versions of common-api Show documentation
takujoframework common-api
package cn.takujo.common_api.log;
import lombok.Data;
/**
* 系统管理员实体
*
* @author wzx
*
*/
@Data
public class Administrator {
private Integer id;
private String name;
}