15 lines
276 B
C#
15 lines
276 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models.DTO
|
|||
|
|
{
|
|||
|
|
public class tjzt
|
|||
|
|
{
|
|||
|
|
public string ztmc { get; set; }
|
|||
|
|
public string rs { get; set; }
|
|||
|
|
public string nums { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|