查询 关键字
This commit is contained in:
+4
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
package co.yixiang.modules.entry.service.dto;
|
package co.yixiang.modules.entry.service.dto;
|
||||||
|
|
||||||
|
import co.yixiang.annotation.Query;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -16,4 +17,7 @@ import lombok.Data;
|
|||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
public class YxStoreEntryQueryCriteria{
|
public class YxStoreEntryQueryCriteria{
|
||||||
|
|
||||||
|
@Query(type = Query.Type.INNER_LIKE)
|
||||||
|
private String entryName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user