|
|
@ -4,7 +4,7 @@ using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using System.Threading.Tasks; |
|
|
|
|
|
|
|
namespace Win_in.Sfs.Wms.Store.ChassisOperationSequence.DTOs; |
|
|
|
namespace Win_in.Sfs.Wms.Store.Application.Contracts; |
|
|
|
public class ChassisOperationSequenceSearchDTO |
|
|
|
{ |
|
|
|
public List<string> ChassisOperationItemCode { get; set; }=new List<string>(); |
|
|
|