migrate to new git
This commit is contained in:
34
web/App_Code/Model/ViewModel/files.cs
Normal file
34
web/App_Code/Model/ViewModel/files.cs
Normal file
@@ -0,0 +1,34 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Data;
|
||||
using System.Configuration;
|
||||
using System.Collections;
|
||||
using Newtonsoft.Json;
|
||||
using System.ComponentModel;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Model.ViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for files
|
||||
/// </summary>
|
||||
public class files
|
||||
{
|
||||
public files()
|
||||
{
|
||||
//
|
||||
// TODO: Add constructor logic here
|
||||
//
|
||||
|
||||
}
|
||||
|
||||
public Nullable<System.DateTime> reg_time1 { get; set; }
|
||||
public Nullable<System.DateTime> reg_time2 { get; set; }
|
||||
public string subject { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user