houtzai / NetMVCWorkshop1

0 stars 0 forks source link

[CodeReview]-MVC-Model #1

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/houtzai/NetMVCWorkshop1/blob/ec9439a530032986122474a7a6407720b2462b47/NETMVCWorkshop1/Models/BOOK_DATA.cs#L1-L42