doum
4 天以前 3c7399c25c0f35c8aa7cb6af1935e31d1a3f0102
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.doumee.dao.business.dto;
 
import lombok.Data;
 
@Data
public class YwCustomerRechargeQueryDTO {
 
    /** 客户名称关键字 */
    private String nameKeyword;
    /** 电表状态筛选:1全在线 2存在离线 3无设备 */
    private Integer electricalStatusFilter;
    /** 空调状态筛选:1全在线 2存在离线 3无设备 */
    private Integer conditionerStatusFilter;
}