14 lines
249 B
C#
14 lines
249 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models.DTO
|
|||
|
|
{
|
|||
|
|
public class ZiLiao
|
|||
|
|
{
|
|||
|
|
public string yhys_Name{ get; set; }
|
|||
|
|
public string zyjjz_Name { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|