wardInformationExt.cs 239 B

123456789
  1. using System.Collections.Generic;
  2. namespace HNWD.Pregrant.Model
  3. {
  4. public class wardInformationExt :ModelExtBase<wardInformation>
  5. {
  6. public List<wardInformation> wardInformationList = new List<wardInformation>();
  7. }
  8. }