Browse Source

Merge pull request #865 from JHeLiu/SqlSugar5

降低 UtilConvert.cs 扩展权限
pull/2/head
果糖网 4 years ago
committed by GitHub
parent
commit
1de8391821
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Src/Asp.Net/SqlSugar/Utilities/UtilConvert.cs

2
Src/Asp.Net/SqlSugar/Utilities/UtilConvert.cs

@ -4,7 +4,7 @@ using System.Linq;
using System.Text; using System.Text;
namespace SqlSugar namespace SqlSugar
{ {
public static class UtilConvert internal static class UtilConvert
{ {
public static int ObjToInt(this object thisValue) public static int ObjToInt(this object thisValue)
{ {

Loading…
Cancel
Save