锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
623 B

5 months ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace ICSSoft.Frame.Data.Entity
  6. {
  7. public class FormICSRdrecord2LOTUIModelX
  8. {
  9. public ICSINVENTORY inventory { get; set; }
  10. public ICSMO icsmo { get; set; }
  11. public ICSITEMLot icsitems { get; set; }
  12. public ICSPOArrive Arr { get; set; }
  13. public decimal SumQty { get; set; }
  14. public int SumNo { get; set; }
  15. public int MaxNo { get; set; }
  16. public int TodayMOCount { get; set; } //当天生成的生产批号
  17. public string VenderLotNO { get; set; }
  18. }
  19. }