[add] 认证增删改查

This commit is contained in:
zhaomeijing
2022-04-21 18:48:31 +08:00
parent 714efbcf08
commit 5cb4f0b5ed
4 changed files with 711 additions and 0 deletions
+3
View File
@@ -703,4 +703,7 @@ module.exports = {
batch:'batch',
uploadTime:'Upload time',
enclosure:'enclosure',
// 认证
parameterTemplate: 'parameter Template',
contentDescription: 'content Description'
}
+3
View File
@@ -707,4 +707,7 @@ module.exports = {
batch:'批次',
uploadTime:'上传时间',
enclosure:'附件',
// 认证
parameterTemplate: '参数模板',
contentDescription: '内容说明'
}