Merge branch 'cc_20251103_open_api' into 'master'
菜品市场门店营收接口新增字段 See merge request hangzhou/java/custom_zxjp!188
This commit is contained in:
@@ -25,6 +25,12 @@ public class RevenueDataDTO {
|
|||||||
@ApiModelProperty("实收")
|
@ApiModelProperty("实收")
|
||||||
private BigDecimal receivedAmt;
|
private BigDecimal receivedAmt;
|
||||||
|
|
||||||
|
@ApiModelProperty("外卖实收")
|
||||||
|
private BigDecimal takeoutReceivedAmt;
|
||||||
|
|
||||||
|
@ApiModelProperty("堂食实收")
|
||||||
|
private BigDecimal dineInReceivedAmt;
|
||||||
|
|
||||||
@ApiModelProperty("营业时间,yyyy-MM-dd")
|
@ApiModelProperty("营业时间,yyyy-MM-dd")
|
||||||
private String businessDate;
|
private String businessDate;
|
||||||
|
|
||||||
|
|||||||
@@ -34,5 +34,11 @@ public class RevenueDataVO {
|
|||||||
@ApiModelProperty("菜品列表")
|
@ApiModelProperty("菜品列表")
|
||||||
private List<LaunchDataVO> otherRecipeLaunchDates;
|
private List<LaunchDataVO> otherRecipeLaunchDates;
|
||||||
|
|
||||||
|
@ApiModelProperty("外卖实收")
|
||||||
|
private BigDecimal takeoutReceivedAmt;
|
||||||
|
|
||||||
|
@ApiModelProperty("堂食实收")
|
||||||
|
private BigDecimal dineInReceivedAmt;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user