李白
9 天以前 08095d9847f0cd612c3007f860e57e967278562e
1
2
3
4
5
6
7
8
9
10
package com.by4cloud.platformx.business.entity.invoice.vo;
 
import lombok.Data;
 
@Data
public class BipResVo<T> {
    private String code;
    private String message;
    private T data;
}