PlnZyRclMEOntity.cs 418 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Core.StlMes.Client.PlnSaleOrd.炉计划.Entity
  6. {
  7. class PlnZyRclMEOntity : PlnZyRclMEntity
  8. {
  9. private List<PlnZyRclCEntity> ordEntityList;
  10. public List<PlnZyRclCEntity> OrdEntityList
  11. {
  12. get { return ordEntityList; }
  13. set { ordEntityList = value; }
  14. }
  15. }
  16. }