添加项目文件。
This commit is contained in:
16
extend/Tnb.Extend.Entitys/Dto/WorkLog/WorkLogUpInput.cs
Normal file
16
extend/Tnb.Extend.Entitys/Dto/WorkLog/WorkLogUpInput.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.Extend.Entitys.Dto.WorkLog;
|
||||
|
||||
namespace JNPF.Extend.Entitys.Dto.WoekLog;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class WorkLogUpInput : WorkLogCrInput
|
||||
{
|
||||
/// <summary>
|
||||
/// id.
|
||||
/// </summary>
|
||||
public string? id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user