我有一个MySQL存储过程,它从名为tuser的特定表中选择数据。我正在使用EntityFramework6,所以我将过程的结果定义为tuser的实体。当我在C#代码中使用该过程时,抛出以下异常:The'bIsActive'propertyon'tuser'couldnotbesettoa'System.Decimal'value.Youmustsetthispropertytoanon-nullvalueoftype'System.Boolean'.我无法理解我想执行的操作与抛出的异常之间的联系。数据库中的表定义:CREATETABLE`tuser`(`id`int(11)NOTNU