ll
liukangdong
2024-08-23 15b5b761a15805719294e7660f4cb84b35f84af8
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;
 
}