﻿using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;


//----------------------------------------------
//简介：YC.ApplicationService  Dto 数据传输对象
//
//
//
//auther：林宣名
//----------------------------------------------
namespace YC.ApplicationService.Dto
{
    /// <%=tableDisplayName%>Dto
    public partial class <%=tableName%>Dto
    {
         public string TypeName { get; set; }
       <%=modelInfo%>
    }
}

