Files
SqlSugar/Src/Asp.Net/SugarCodeGeneration/Codes/BLLParameter.cs

8 lines
172 B
C#
Raw Normal View History

2019-01-17 00:58:05 +08:00
namespace SugarCodeGeneration
{
public class BLLParameter
{
public string Name { get; set; }
2019-01-21 00:54:50 +08:00
public string ClassNamespace { get; set; }
2019-01-17 00:58:05 +08:00
}
}