gongchunyi
13 小时以前 7f7993e0fde1e08bfd37982ab6eb9e5a08545b2d
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 ;
}