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

com.nbsaas.boot.system.ext.domain.request.MenuDragRequest Maven / Gradle / Ivy

There is a newer version: 1.1.5-2024
Show newest version
package com.nbsaas.boot.system.ext.domain.request;

import lombok.Data;

@Data
public class MenuDragRequest {

    /**
     * 拖动到菜单id
     */
    private Long target;

    /**
     * 拖动菜单id
     */
    private Long menu;

    /**
     * 拖动类型
     */
    private String dropType;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy