using JNPF.DependencyInjection;
namespace JNPF.Systems.Entitys.Dto.ModuleForm;
///
/// 功能列表行为处理输入.
///
[SuppressSniffer]
public class ModuleFormActionsBatchInput
{
///
/// 功能主键.
///
public string moduleId { get; set; }
///
/// 表格描述.
///
public string bindTableName { get; set; }
///
/// 字段数据.
///
public List