mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-07 22:27:58 +08:00
7 lines
120 B
C#
7 lines
120 B
C#
![]() |
namespace SugarCodeGeneration
|
|||
|
{
|
|||
|
public class BLLParameter
|
|||
|
{
|
|||
|
public string Name { get; set; }
|
|||
|
}
|
|||
|
}
|