- namespace DaJiaoYan.Models
- {
- public class TestOptionConfig
- {
- public int X { get; set; }
- public int Y { get; set; }
- public int Width { get; set; }
- public int Height { get; set; }
- public string Index { get; set; }
- public string Value { get; set; }
- public bool IsEdit { get; set; }
- }
- }
|