|
@@ -56,6 +56,8 @@ public class VoyageStockDetailSaveReqVO {
|
|
|
@Schema(description = "共享房间数")
|
|
@Schema(description = "共享房间数")
|
|
|
@ExcelProperty("共享房间数")
|
|
@ExcelProperty("共享房间数")
|
|
|
private BigDecimal shareNum;
|
|
private BigDecimal shareNum;
|
|
|
|
|
+ @Schema(description = "备注")
|
|
|
|
|
+ private String remark;
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|