供应商出入库记录

This commit is contained in:
谭凯凯
2024-11-06 11:26:37 +08:00
committed by Tankaikai
parent a37fd2f9ef
commit 48948eb265

View File

@@ -36,7 +36,7 @@ public class TbProductStockOperateQueryCriteria{
private List<Long> createdAt;
@Query(type = Query.Type.IN)
private List<Long> type;
private List<String> type;
@Query(type = Query.Type.EQUAL)
private String purveyorId;