This commit is contained in:
chi
2021-12-06 09:38:55 +09:00
parent bd3d521620
commit f8c03784e6
22 changed files with 3418 additions and 400 deletions

View File

@@ -31,5 +31,7 @@ namespace FPJ0000
public string projectName { get; set; }
public string description { get; set; }
public string ww { get; set; }
public Nullable<System.DateTime> otStart { get; set; }
public Nullable<System.DateTime> otEnd { get; set; }
}
}