9 lines
231 B
C#
9 lines
231 B
C#
namespace Tnb.EquipMgr.Entities.Dto
|
|
{
|
|
public class RepairApplyRepeatInput
|
|
{
|
|
public string id { get; set; }
|
|
public string repeat_result { get; set; }
|
|
public string repeat_descrip { get; set; }
|
|
}
|
|
} |