| | |
| | | { |
| | | public string customerCode { get; set; } |
| | | public string materialCode { get; set; } |
| | | public string externalOrderNo { get; set; } |
| | | public string orderNo { get; set; } |
| | | public string externalOrderNo { get; set; }//wmsåºåºåå· |
| | | public string orderNo { get; set; }//ç«æ¹ä» |
| | | public string orderType { get; set; } |
| | | public List<EdiOrderDetailDto> details { get; set; } |
| | | |
| | |
| | | public string productSpecifications { get; set; } |
| | | public DateTime finishDate { get; set; } //宿æ¶é´ |
| | | // æ°å¢å段ï¼çç¹ç¨ï¼ |
| | | public decimal? ea { get; set; } |
| | | public int? isLossOrProfit { get; set; } |
| | | public decimal ea { get; set; } |
| | | public int isLossOrProfit { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çç¹åä¸å±ï¼çç¹å差弿ç»ï¼ |