Files
SqlSugar/Src/Asp.Net/SugarCodeGeneration/Codes/BLLParameter.cs
sunkaixuan 10b00dd801 Update Demo
2019-01-21 00:54:50 +08:00

8 lines
172 B
C#

namespace SugarCodeGeneration
{
public class BLLParameter
{
public string Name { get; set; }
public string ClassNamespace { get; set; }
}
}