公告板
版本库
filestore
活动
搜索
登录
2025
/
platformx-business-finance
冀中装备集团业财项目后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:合同编号规则调整 出库编号规则调整
shiyunteng
2 天以前
96119ca3973d5ea643db6a87b6a23fe404ddb8cc
[2025/platformx-business-finance.git]
/
platformx-business-finance-api
/
src
/
main
/
java
/
com
/
by4cloud
/
platformx
/
business
/
dto
/
TaxCodeQueryDTO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.by4cloud.platformx.business.dto;
import lombok.Data;
@Data
public class TaxCodeQueryDTO {
private String mc;
private String bm;
private Integer childNum;
}