|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|