Files
tnb.server/EquipMgr/Tnb.EquipMgr.Entities/Dto/SpotInsRecordRepeatInput.cs
2023-06-19 16:27:13 +08:00

11 lines
253 B
C#

namespace Tnb.EquipMgr.Entities.Dto
{
public class SpotInsRecordRepeatInput
{
public string? id { get; set; }
public string? repeat_result { get; set; }
public string? repeat_remark { get; set; }
}
}