mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-20 23:19:36 +08:00
12 lines
188 B
C#
12 lines
188 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace MongoDb.Ado.data
|
|
{
|
|
public class HandlerContext
|
|
{
|
|
public string[] ids { get; set; }
|
|
}
|
|
}
|