dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(ai): 添加知识点推荐功能- 新增 AiProductPointService接口的 recommend 方法 - 实现 AiProduc...
Administrator
2 days ago
841f1631b790d2c4caf24a40eb4830f57a9bafa5
[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;
}