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

17 lines
377 B
C#
Raw Permalink 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 XZHGL
{
public string id { get; set; }
public string team_name { get; set; }
public string qualified { get; set; }
public string total { get; set; }
public string unqualified { get; set; }
}
}