gongchunyi
2026-03-26 3f8c58793b68dc9853f94d3129c9441bea6e5d17
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 ;
}