liukangdong
2024-12-19 955fbce6ef52bae47ad6444dd5334561148f32fd
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;
}