公告板
版本库
filestore
活动
搜索
登录
2025
/
platformx-business-finance
冀中装备集团业财项目后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改bip提交和开票记录信息。
李白
9 天以前
08095d9847f0cd612c3007f860e57e967278562e
[2025/platformx-business-finance.git]
/
platformx-business-finance-api
/
src
/
main
/
java
/
com
/
by4cloud
/
platformx
/
business
/
entity
/
invoice
/
vo
/
BipResVo.java
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;
}