@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.92 to 1.0.93
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.92", | ||
"version": "1.0.93", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.92", | ||
"version": "1.0.93", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -32,3 +32,3 @@ import { DbSchema, createDbSchemas } from '@vmm/api'; | ||
content: string, | ||
publishTime: string, // 发布时间 | ||
publishTime: Date, // 发布时间 | ||
author: string, // 作者 | ||
@@ -40,3 +40,3 @@ correspondent?:string, //通讯员 | ||
commentNumber: number, // 评论量 | ||
pushTime: string, // 推送时间 | ||
pushTime: Date, // 推送时间 | ||
examine: string, // 审核 | ||
@@ -58,3 +58,3 @@ agree: number, // 通过数量 | ||
content: string, | ||
publishTime: string, // 发布时间 | ||
publishTime: Date, // 发布时间 | ||
contentId: string, | ||
@@ -67,3 +67,3 @@ author: string, // 作者 | ||
commentNumber: number, // 评论量 | ||
pushTime: string, // 推送时间 | ||
pushTime: Date, // 推送时间 | ||
examine: string, // 审核 | ||
@@ -70,0 +70,0 @@ agree: number, // 通过数量 |
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
21909