1
luofl
2025-04-11 1222dbd259fbd739db3f8fc95c95f85822b0a731
1
2
3
4
5
6
7
8
9
10
11
12
package com.dsh.course.model.vo;
 
import lombok.Data;
 
@Data
public class PushOrderListReq {
    private Integer type;
 
    private Integer pushType;
 
    private Integer companyId;
}