111,096
社区成员




SELECT [Id], [Username], [Password], [UserType] FROM [UserInfoes]
SELECT
[Extent1].[Id] AS [Id],
[Extent1].[Username] AS [Username],
[Extent1].[Password] AS [Password],
[Extent1].[UserType] AS [UserType]
FROM [dbo].[UserInfoes] AS [Extent1]