onesour / Net-Mvc-Workshop1

0 stars 0 forks source link

[CodeReview]-MVC-Model #4

Open GSSBilly opened 5 years ago

GSSBilly commented 5 years ago

EF Model 問題

明確指出"對這個檔案進行手動變更可能導致您的應用程式產生未預期的行為" 請設計 ViewModel 繼承 EF Model 並將 Data Annotation Attributes 掛在此 ViewModel 可依照實際情況增加欄位與設定 Data Annotation Attributes

https://github.com/hsuan51/Net-Mvc-Workshop1/blob/44836a994e9a1f6a3ee853ba09a21f6b97adf01c/Net-Mvc-Workshop1/Models/BOOK_DATA.cs#L16-L47