스케쥴관리화면의 열너비 기능 추가

This commit is contained in:
chi
2021-05-10 14:48:25 +09:00
parent 0762fad2a5
commit c5a2b30ae3
111 changed files with 9730 additions and 876 deletions

View File

@@ -26,5 +26,7 @@ namespace FPJ0000
public string memo { get; set; }
public string wuid { get; set; }
public System.DateTime wdate { get; set; }
public string uid { get; set; }
public Nullable<int> progress { get; set; }
}
}