refactor(order): 优化订单相关代码

- 修改了多个模块中的方法名称,使其更加准确地反映功能
- 优化了部分代码逻辑,提高了可读性和维护性
- 增加了获取
This commit is contained in:
2025-09-15 15:07:04 +08:00
parent 89a2e19419
commit 8c37f2bf2f
6 changed files with 37 additions and 26 deletions

View File

@@ -50,6 +50,7 @@ public class VideoGoodsDetailVO {
// 是否已购买 0否 1是
private Integer isBuy;
// 镜头数
private Integer devicesNum;
private Integer lensNum;
private Long faceId;
private boolean share = false;