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

com.nb6868.onex.cms.dto.SiteQueryForm Maven / Gradle / Ivy

There is a newer version: 4.2.3
Show newest version
package com.nb6868.onex.cms.dto;

import com.nb6868.onex.common.jpa.Query;
import com.nb6868.onex.common.pojo.PageForm;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import lombok.EqualsAndHashCode;

@Data
@EqualsAndHashCode(callSuper = false)
@Schema(name = "站点查询")
public class SiteQueryForm extends PageForm {

    @Query(blurryType = Query.BlurryType.OR, type = Query.Type.LIKE, column = "name,code,descr,title")
    @Schema(description = "搜索关键词")
    private String search;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy