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

cn.takujo.common_api.log.Administrator Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package cn.takujo.common_api.log;

import lombok.Data;

/**
 * 系统管理员实体
 * 
 * @author wzx
 *
 */
@Data
public class Administrator {

	private Integer id;
	private String name;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy