public override void Update(SysRoleDto input) { base.Update(input); }
public override int Create(SysRoleDto input) { return base.Create(input); }