15 lines
287 B
C#
15 lines
287 B
C#
using JNPF.DependencyInjection;
|
|
|
|
namespace JNPF.Systems.Entitys.Dto.Organize;
|
|
|
|
/// <summary>
|
|
/// 修改机构输入.
|
|
/// </summary>
|
|
[SuppressSniffer]
|
|
public class OrganizeUpInput : OrganizeCrInput
|
|
{
|
|
/// <summary>
|
|
/// id.
|
|
/// </summary>
|
|
public string id { get; set; }
|
|
} |