puzhibing
2023-12-08 f88cfa02e36752e4acad7adc4b045155e8e50f21
cloud-server-account/src/main/java/com/dsh/account/model/query/RechargeRecordsQuery.java
@@ -2,6 +2,9 @@
import lombok.Data;
import java.math.BigDecimal;
import java.util.List;
/**
 * 充值记录列表查询Query
 */
@@ -16,5 +19,8 @@
     * 1 = 会员 0 =非会员
     */
    private Integer type;
    private List<Integer> userIds;
    private BigDecimal amount;
    private Integer insertType;
    private Integer objectId;
}