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