13 lines
298 B
C#
13 lines
298 B
C#
namespace dccdc.Models
|
|
{
|
|
public class NativeInfoMaintainModel
|
|
{
|
|
public int Id { get; set; }
|
|
public string Natives { get; set; }
|
|
public string Status { get; set; }
|
|
public string Creator { get; set; }
|
|
public string Create_Time { get; set; }
|
|
|
|
}
|
|
}
|