Exemplo n.º 1
0
 public static void Clear()
 {
     if (AssetDao.Clear() > 0)
     {
         Log.Information("清理资产数据成功");
     }
     else
     {
         Log.Warning("清理资产数据失败");
     }
 }