- using BPA.Models;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPASmartClient.MorkF
- {
- internal class OrderLocInfo
- {
- public string SuborderId { get; set; }
- public List<PotActions> StirPotActions = new List<PotActions>();
- public ushort RecipeNumber { get; set; }
- public int BatchingId { get; set; }
- public string GoodName { get; set; }
- }
- }
|