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

com.haoxuer.discover.user.api.domain.request.StructureDataRequest Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.user.api.domain.request;


import com.haoxuer.discover.user.api.domain.request.BaseRequest;
import lombok.Data;
import java.util.Date;

/**
*
* Created by imake on 2021年05月21日22:44:58.
*/

@Data
public class StructureDataRequest extends BaseRequest {

    private Integer id;

     private Integer parent;

     private String code;

     private Integer levelInfo;

     private Integer sortNum;

     private String ids;

     private Integer lft;

     private Date lastDate;

     private String name;

     private Date addDate;

     private Integer rgt;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy