gongchunyi
2026-05-24 e39b4a195a8c3e8ecf684770c21e0bc0f4aa9ac3
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 ;
}