jiangping
2025-01-16 f63d3a3be83fea258e7920efccd2567b6a511bb3
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;
}