PhotoBoxSetting.cs 464 B

1234567891011121314151617181920
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace ivf_tl_Entity
  7. {
  8. public class PhotoBoxSetting
  9. {
  10. public int MinHour { get; set; }
  11. public int MaxHour { get; set; }
  12. public int MinHour1 { get; set; }
  13. public int MaxHour1 { get; set; }
  14. public string name { get; set; }
  15. public string name1 { get; set; }
  16. }
  17. }