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

fun.fengwk.upms.share.permission.model.PermissionCreateDTO Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package fun.fengwk.upms.share.permission.model;

import lombok.Data;

/**
 * 权限创建DTO
 *
 * @author fengwk
 */
@Data
public class PermissionCreateDTO extends PermissionEditablePropertiesDTO {

    /**
     * 权限code
     */
    private String code;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy