| 123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.PlnSaleOrd.炉计划.Entity
- {
- class PlnZyRclMEOntity : PlnZyRclMEntity
- {
- private List<PlnZyRclCEntity> ordEntityList;
- public List<PlnZyRclCEntity> OrdEntityList
- {
- get { return ordEntityList; }
- set { ordEntityList = value; }
- }
- }
- }
|