18 lines
404 B
C#
18 lines
404 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class kemu5Model
|
|
{
|
|
public int id { get; set; }
|
|
public string sort { get; set; }
|
|
public string title { get; set; }
|
|
public string content { get; set; }
|
|
public DateTime? addtime { get; set; }
|
|
public byte zt { get; set; }
|
|
}
|
|
}
|