|
@@ -111,6 +111,18 @@ public class TourProjectGroupPurchaseDto {
|
|
|
private Integer showOrder;
|
|
|
|
|
|
/**
|
|
|
+ * 返利价格/人。
|
|
|
+ */
|
|
|
+ @Schema(description = "返利价格/人。")
|
|
|
+ private BigDecimal singleRebate;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 返利价格/人的单位。
|
|
|
+ */
|
|
|
+ @Schema(description = "返利价格/人的单位。")
|
|
|
+ private String singleRebateUnit;
|
|
|
+
|
|
|
+ /**
|
|
|
* 关联字段(与从表)。
|
|
|
*/
|
|
|
@Schema(description = "关联字段(与从表)。")
|