buhuazhen
2026-05-27 a4a0e2bd0ddcf0b6c55b701fc52875f3302cbe11
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 ;
}