点巡检复核

This commit is contained in:
2023-05-18 17:18:26 +08:00
parent 926d37924a
commit c19a2c13dc
8 changed files with 181 additions and 44 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.EquipMgr.Entities.Dto
{
public class SpotInsRecordRepeatOutput
{
public EqpSpotInsRecordH model { get; set; }
public List<EqpSpotInsRecordD> details { get; set; }
}
}