2 changed files with 18 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
|
||||
|
namespace Win_in.Sfs.Wms.Store.ChassisOperationSequence.DTOs; |
||||
|
public class ChassisOperationSequenceSearchDTO |
||||
|
{ |
||||
|
public List<string> ChassisOperationItemCode { get; set; }=new List<string>(); |
||||
|
|
||||
|
public List<string> KittingItemCode { get; set; } = new List<string>(); |
||||
|
} |
Loading…
Reference in new issue