Files
tnb.server/EquipMgr/Tnb.EquipMgr.Entities/Dto/SpotInsRecordRepeatInput.cs
2023-11-06 19:35:59 +08:00

11 lines
237 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; }
}
}