mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-17 09:35:48 +08:00
7 lines
105 B
C#
7 lines
105 B
C#
|
|
namespace OrmTest
|
|||
|
|
{
|
|||
|
|
public interface ITestExo
|
|||
|
|
{
|
|||
|
|
Order GetCurrentOrder { get; }
|
|||
|
|
}
|
|||
|
|
}
|