k94314517
2024-08-30 6b9a7ae981171c1bb6ff6c7d6d0c0103ed1f9348
server/visits/dmvisit_service/src/main/java/com/doumee/dao/openapi/response/PlatformOrderNumByDateResponse.java
@@ -17,9 +17,10 @@
@Data
@ApiModel("【月台】按天统计运单返回参数")
public class PlatformOrderNumByDateResponse {
    @ApiModelProperty(value = "运单完成量", example = "1")
    private int doneNum;
    private Long doneNum;
    @ApiModelProperty(value = "运单总量", example = "1")
    private int totalNum;
    private Long totalNum;
}