lll
liukangdong
2024-09-25 b44b5aa1dda1d9196416cbf84e610cfd1f5b1c82
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.web.response;
 
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
public class ApproveVO {
 
    @ApiModelProperty(value = "主键")
    private Integer id;
 
}