This commit is contained in:
chi
2022-02-09 09:55:22 +09:00
parent 5617db1780
commit fdda87b48b
20 changed files with 260 additions and 20 deletions

View File

@@ -23,5 +23,7 @@ namespace FPJ0000
public Nullable<double> ot { get; set; }
public string UserProcess { get; set; }
public Nullable<double> holyot { get; set; }
public Nullable<double> ot2 { get; set; }
public Nullable<double> holyot2 { get; set; }
}
}