yxh
2025-02-17 74bfaf2f3a8c2661e2c8a512f61f40bfd43b48f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.smartor.domain;
 
import com.ruoyi.common.annotation.Excel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
public class Test1Vo {
 
 
    private TestVo testVo;
 
    private Long times;
 
 
}