终端一体化运控平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

21 lignes
491 B

  1. using BPA.Models;
  2. using BPASmartClient.Model;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Linq;
  6. using System.Text;
  7. using System.Threading.Tasks;
  8. namespace BPASmartClient.MorkMW.Model
  9. {
  10. public class OrderLocInfo
  11. {
  12. public string SuborderId { get; set; }
  13. /// <summary>
  14. /// 单个订单的制作流程
  15. /// </summary>
  16. public List<MORKMWBoms> mixWink=new List<MORKMWBoms>();
  17. public string GoodName { get; set; }
  18. }
  19. }