添加筛选条件

This commit is contained in:
2025-06-30 11:10:43 +08:00
parent f40837cd05
commit 7a21fb01d0
2 changed files with 4 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ public class PriceConfigListReq {
private Long scenicId;
private Integer type;
private Long goodsId;
private Integer status;
}