gongchunyi
2026-08-11 2ac638cc393ef17cd8a31b20760b7e4a852d6c61
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 ;
}