gongchunyi
6 天以前 33d93225f790ff72f8ba5e86f8cf2c3e2db94d0d
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 ;
}