jiangping
2025-05-07 b1ba48885c599674b7ed19242a1fc266abac7f9d
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;
 
}