| 123456789101112131415161718192021 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ivf_tl_Entity.DebugEntitys
- {
- public class HousePhotographLocation
- {
- public int autoFocusPosition { get; set; }
- public int clearestPosition { get; set; }
- public int houseSn { get; set; }
- public string tlSn { get; set; }
- public int wellSn { get; set; }
- }
- }
|