2
0

feat: add order buy

This commit is contained in:
caiyuchao
2024-12-23 20:02:39 +08:00
parent 23eed50dd6
commit a103740be6
18 changed files with 481 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ public class UPackage extends BaseData {
private Integer periodNum;
@Schema(description = "有效期类型")
private String periodType;
private Integer periodType;
@Schema(description = "价格")
private BigDecimal price;