供应商出入库记录
This commit is contained in:
parent
a37fd2f9ef
commit
48948eb265
|
|
@ -36,7 +36,7 @@ public class TbProductStockOperateQueryCriteria{
|
||||||
private List<Long> createdAt;
|
private List<Long> createdAt;
|
||||||
|
|
||||||
@Query(type = Query.Type.IN)
|
@Query(type = Query.Type.IN)
|
||||||
private List<Long> type;
|
private List<String> type;
|
||||||
|
|
||||||
@Query(type = Query.Type.EQUAL)
|
@Query(type = Query.Type.EQUAL)
|
||||||
private String purveyorId;
|
private String purveyorId;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue