huminmin
2026-05-12 d9c874b0b201339a8d4be4ab8ddd8c40fb7a92ef
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.aftersalesservice.dto;
 
import lombok.Data;
 
@Data
public class CountDto {
 
    private Integer status ;
 
    private Integer count ;
}