This commit is contained in:
chi
2021-02-17 11:59:26 +09:00
parent 52f792cb0c
commit fc25ac4cca
25 changed files with 787 additions and 461 deletions

View File

@@ -21,5 +21,6 @@ namespace FPJ0000
public string uname { get; set; }
public Nullable<double> hrs { get; set; }
public Nullable<double> ot { get; set; }
public string UserProcess { get; set; }
}
}