tijian_tieying/web/dccdc.Models/DQmodel.cs

19 lines
320 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
{
public class DQmodel
{
public string type { get; set; }
public string pid { get; set; }
public string dqid { get; set; }
public string text { get; set; }
}
}