no message
parent
7bd2c694d5
commit
39f401c032
|
|
@ -38,8 +38,8 @@ public class PickDetailQueryCriteria{
|
||||||
private String itemName;
|
private String itemName;
|
||||||
|
|
||||||
/** 模糊 */
|
/** 模糊 */
|
||||||
@Query(type = Query.Type.INNER_LIKE)
|
@Query(joinName = "pick", propName="code",type = Query.Type.INNER_LIKE)
|
||||||
private String po;
|
private String pickCode;
|
||||||
|
|
||||||
/** 等于 */
|
/** 等于 */
|
||||||
@Query(type = Query.Type.EQUAL)
|
@Query(type = Query.Type.EQUAL)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue