code review:砍价、秒杀的逻辑

This commit is contained in:
YunaiV
2023-09-20 01:07:41 +08:00
parent 1b154699c6
commit c766f7daa5
18 changed files with 68 additions and 51 deletions

View File

@@ -14,6 +14,8 @@ import javax.validation.constraints.NotNull;
@Data
public class TradeBeforeOrderCreateReqBO {
// TODO @puhui999注释也写下哈bo 还是写注释噢
@NotNull(message = "订单类型不能为空")
private Integer orderType;