| | |
| | | public int HNowSPID { get; set; } |
| | | public int HCREATEORGID { get; set; } |
| | | public int HUSEORGID { get; set; } |
| | | public int HMouldLength { get; set; } |
| | | public int HMouldWidth { get; set; } |
| | | public int HMouldHeight { get; set; } |
| | | public double HMouldLength { get; set; } |
| | | public double HMouldWidth { get; set; } |
| | | public double HMouldHeight { get; set; } |
| | | public bool HTransPackFlag { get; set; } |
| | | |
| | | public bool HSendPackFlag { get; set; } |
| | |
| | | public string HProductDesignSize { get; set; } // 产品设计尺寸 |
| | | public string HGaugeDesignSize { get; set; } // 检具设计尺寸 |
| | | public int HProductQTY { get; set; } // 产品数量 |
| | | |
| | | public int HManagerID { get; set; } // 负责人 |
| | | public double HPackV { get; set; } // 托体积 |
| | | public double HStandardQtyForMouldInPack { get; set; } // 托标准容器数量 |
| | | } |
| | | } |