dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(ai): 添加 AiMemberAnswer 实体类的作答数量字段- 在 AiMemberAnswer 类中新增 doneCnt 字段 - ...
Administrator
2025-08-04
24945d2b054f41274160954fb56e1fd1f22c4946
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
FaPiaoDto.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.dto;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@Data
@ApiModel(value = "DeliverGoodsDto", description = "接收参数类")
public class FaPiaoDto {
private String callbackUrl;
}