gongchunyi
昨天 47a3fef69130da3e5c80e5357f643465582c504c
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 ;
}