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

18 lines
405 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models
{
public class ExamPreposeConditionMaintainModel
{
public int ID { get; set; }
public string prepose_condition { get; set; }
public string status { get; set; }
public string creator { get; set; }
public string create_time { get; set; }
}
}