| 1234567891011121314151617181920 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ivf_tl_Entity
- {
- public class PhotoBoxSetting
- {
- public int MinHour { get; set; }
- public int MaxHour { get; set; }
- public int MinHour1 { get; set; }
- public int MaxHour1 { get; set; }
- public string name { get; set; }
- public string name1 { get; set; }
- }
- }
|