huminmin
2026-07-07 b09cca58f08d1fe55a7b0e16574fd71cd8b66d8c
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 ;
}