This commit is contained in:
chi
2021-07-16 13:53:52 +09:00
parent 7b7c5d1f4f
commit 9e64a0d603
37 changed files with 2215 additions and 140 deletions

View File

@@ -46,5 +46,7 @@ namespace FPJ0000
public Nullable<bool> fanout { get; set; }
public Nullable<bool> weekly { get; set; }
public Nullable<bool> Highlight { get; set; }
public Nullable<double> bef_time { get; set; }
public Nullable<double> aft_time { get; set; }
}
}