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

fun.fengwk.upms.share.namespace.model.UpmsNamespaceEditablePropertiesDTO Maven / Gradle / Ivy

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

import lombok.Data;

/**
 * 用户系统保存DTO
 * @author fengwk
 */
@Data
public class UpmsNamespaceEditablePropertiesDTO {

    /**
     * 用户系统描述
     */
    private String description;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy