|
|
using GenerateCode_WeiBen_WMS.Model;
|
using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
|
namespace GenerateCode_GEBrilliantFactory
|
{
|
/// <summary>
|
/// 生成查询实体类
|
/// </summary>
|
public class EntityNameClassQueryDrawer_Generate : BaseGenerate
|
{
|
public static string CreateText(GenerateCodeParam param)
|
{
|
var str = TextHelper.ReadText(@"Templete\Web\Views\Pages\Dialog\EntityNameClassQueryDrawer\EntityNameClassQueryDrawer模板.txt");
|
CommonReplace(ref str);
|
|
CommonHelper.CommonReplaceStr(param, ref str);
|
|
|
|
|
|
return str;
|
}
|
}
|
}
|