mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-04 04:37:58 +08:00
14 lines
278 B
C#
14 lines
278 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Data.Common;
|
|
using System.Data.SqlClient;
|
|
using System.Linq;
|
|
using System.Text;
|
|
namespace SqlSugar
|
|
{
|
|
public class ExpResolveAccessory
|
|
{
|
|
protected List<DbParameter> _Parameters { get; set; }
|
|
}
|
|
}
|