摘要: CREATE PROCEDURE sp_AccountRole_Create @CategoryID int, @RoleName nvarchar(10), @Description nvarchar(50), @RoleID int output AS DECLARE @Count int -- 阅读全文
posted @ 2019-10-11 11:30 乌柒柒 阅读(203) 评论(0) 推荐(0)