【update】-WASIC

This commit is contained in:
fengchenchen
2023-10-24 09:23:47 +08:00
parent 4a0777cd6e
commit 8d18263778
7 changed files with 75 additions and 10 deletions
+11
View File
@@ -22,3 +22,14 @@ export const InvoiceTypeEnums = {
plain: { name: '增值税普通发票', index: 1 },
special: { name: '增值税专用发票', index: 2 }
}
// 国际研讨会关联课题
//汽车网络安全与数据安全标准合规专题,
// 智能网汽车标准化领航及标准路线图专题,
// 汽车地毯专题,
// 动力电池安全专题,
// 弱势道路交通参与者(VRU)保护专题,
// 免费专题
export const LinkTopicsEnums = {
free: { name: '免费专题', index: 6 }
}