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