gongchunyi
2026-09-04 f08df3ff4777a725a531ccf8b140843200fd40f9
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 ;
}