优化文件上传、新增加是否自动上传
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
using Newtonsoft.Json.Converters;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ZR.Model
|
||||
{
|
||||
public class JsonDateConverter: IsoDateTimeConverter
|
||||
{
|
||||
public JsonDateConverter()
|
||||
{
|
||||
DateTimeFormat = "yyyy-MM-dd HH:mm:ss";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user