@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -27,5 +27,6 @@ import { DbSchema, createDbSchemas } from '@vmm/api'; | ||
pushTime: string, // 推送时间 | ||
examine: string // 审核 | ||
agree: number // 通过数量 | ||
refuse: number // 不通过数量 | ||
examine: string, // 审核 | ||
agree: number, // 通过数量 | ||
refuse: number, // 不通过数量 | ||
task: string | ||
} | ||
@@ -32,0 +33,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16203
367