You've already forked FrameTour-BE
refactor(order): 优化订单相关代码
- 修改了多个模块中的方法名称,使其更加准确地反映功能 - 优化了部分代码逻辑,提高了可读性和维护性 - 增加了获取
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user