mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-14 13:36:39 +08:00
增加缓存AOP切面
This commit is contained in:
@@ -110,6 +110,11 @@ namespace Yi.Framework.Common.Base
|
||||
|
||||
}
|
||||
|
||||
public static string TryStringNull(this object value)
|
||||
{
|
||||
return value == null ? "" : value.ToString().Trim();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Object类型无值判断
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user