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