Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPASmartClient.MorkTSingle
- {
- public class OrderLocInfo
- {
- public string SuborderId { get; set; }
- public ushort Loc { get; set; }
- public ushort RecipeNumber { get; set; }
- public int BatchingId { get; set; }
- public string GoodName { get; set; }
- public string makeID { get; set; }
-
- }
-
- }
|