新增器件搜索相关接口,搜索,新增,分页列表,更新
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.jeecg.common.api.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class SearchRequest implements Serializable {
|
||||
private String id;
|
||||
private int type;
|
||||
private String content;
|
||||
}
|
||||
Reference in New Issue
Block a user