heheng
10 天以前 5faa3f478f9d36422c5d1a19c4e2da7250afd70f
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.exam.system.domain.req;
 
import lombok.Data;
 
@Data
public class CatalogueReq {
    private Integer type;
    private String mess;
    private Integer catalogueId;
    private Integer companyId;
}