初始化项目
This commit is contained in:
22
AUTS.Domain.ViewModels/Capacity/RequestCapacitySearch.cs
Normal file
22
AUTS.Domain.ViewModels/Capacity/RequestCapacitySearch.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AUTS.Domain.ViewModels
|
||||
{
|
||||
public class RequestCapacitySearch
|
||||
{
|
||||
|
||||
public DateTime? StartDate { get; set; }
|
||||
public DateTime? EndDate { get; set; }
|
||||
public int? PlineID { get; set; }
|
||||
public int? ProjectID { get; set; }
|
||||
public int? StationID { get; set; }
|
||||
public string Customer { get; set; }
|
||||
public string Order { get; set; }
|
||||
public string Internalorder { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user