11 lines
253 B
C#
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; }
|
|
}
|
|
} |