doum
2026-06-17 ea689dd91eaa72425dc01759042c3b4eb2186512
1
2
3
4
5
6
7
8
9
package com.doumee.dao.business.dto.h5;
 
import lombok.Data;
 
@Data
public class CustomerDeviceQueryDTO {
    private Integer deviceType;
    private Integer statusFilter;
}