tijian_tieying/web/dccdc.Models/NativeInfoMaintainModel.cs
2025-02-20 12:14:39 +08:00

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; }
}
}