mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
8 lines
172 B
C#
8 lines
172 B
C#
namespace SugarCodeGeneration
|
|
{
|
|
public class BLLParameter
|
|
{
|
|
public string Name { get; set; }
|
|
public string ClassNamespace { get; set; }
|
|
}
|
|
} |