tijian_tieying/web/dccdc.Models/NativeInfoMaintainModel.cs

13 lines
298 B
C#
Raw Permalink Normal View History

2025-02-20 12:14:39 +08:00
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; }
}
}