- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace MeterVision.model
- {
- public class ExcelData
- {
- public string ImagePath { get; set; }
- public string StandardAnswer { get; set; }
- }
- }
|