更新测站信息
parent
27475ab8ee
commit
d30b8c67fb
|
|
@ -1,25 +0,0 @@
|
||||||
package com.gunshi.project.xyt.entity.basedata;
|
|
||||||
|
|
||||||
import com.gunshi.db.dto.PageSo;
|
|
||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
|
||||||
import jakarta.validation.constraints.NotNull;
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
import java.io.Serializable;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Sun Lejun
|
|
||||||
* @version 1.0
|
|
||||||
* @date 2024/1/25
|
|
||||||
*/
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@Schema(description = "行政区划查询对象")
|
|
||||||
public class AddvcdSearch {
|
|
||||||
@Schema(description="关键词:名称/编码")
|
|
||||||
private String keyword;
|
|
||||||
|
|
||||||
@NotNull(message = "分页参数不能为空")
|
|
||||||
@Schema(description = "分页参数")
|
|
||||||
private PageSo pageSo;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue