| 1234567891011121314151617181920212223 |
- using System;
- using System.Collections;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.PlnSaleOrd.炼钢计划.entity
- {
- public class PlnSteelforfurnaceOEntity1 : PlnSteelforfurnaceEntity
- {
- private List<PlnSteelforOrdEntity> ordEntityListq;
- public List<PlnSteelforOrdEntity> OrdEntityListq
- {
- get { return ordEntityListq; }
- set { ordEntityListq = value; }
- }
-
- }
- }
|