mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-09 02:44:58 +08:00
-
This commit is contained in:
@@ -8,8 +8,8 @@ namespace SqlSugar
|
||||
public class DbResult<T>
|
||||
{
|
||||
public bool IsSuccess { get; set; }
|
||||
public Exception Exception { get; set; }
|
||||
public string Messaage { get; set; }
|
||||
public Exception ErrorException { get; set; }
|
||||
public string ErrorMessaage { get; set; }
|
||||
public T Data { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user