using JNPF.DependencyInjection; using JNPF.Extend.Entitys.Dto.WorkLog; namespace JNPF.Extend.Entitys.Dto.WoekLog; /// /// /// [SuppressSniffer] public class WorkLogUpInput : WorkLogCrInput { /// /// id. /// public string? id { get; set; } }