退货统计

This commit is contained in:
Tankaikai
2025-03-25 13:50:40 +08:00
parent 32a2685203
commit 9939ef3c0d
3 changed files with 14 additions and 1 deletions

View File

@@ -41,4 +41,9 @@ public class ProductStockFlowParam implements Serializable {
*/
@JSONField(serialize = false)
private Long shopId;
/**
* 是否大于0
*/
@JSONField(serialize = false)
private Integer isGreaterZero;
}