gongchunyi
2026-08-25 a7ce82c1cff06afc1b3e1f5deb88b6dd6c00c236
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 ;
}