tijian_tieying/web/dccdc.Models/DTO/Result_SQXM.cs

15 lines
301 B
C#
Raw Normal View History

2025-02-20 12:14:39 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models.DTO
{
public class Result_SQXM
{
public int id { get; set; }
public string exam_group { get; set; }
public int exam_group_maintain_id { get; set; }
}
}