mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
7 lines
120 B
C#
7 lines
120 B
C#
namespace SugarCodeGeneration
|
|
{
|
|
public class BLLParameter
|
|
{
|
|
public string Name { get; set; }
|
|
}
|
|
} |