初始化项目
This commit is contained in:
19
AUTS.Domain.ViewModels/OutputValue/RequestOVSearch.cs
Normal file
19
AUTS.Domain.ViewModels/OutputValue/RequestOVSearch.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AUTS.Domain.ViewModels
|
||||
{
|
||||
public class RequestOVSearch
|
||||
{
|
||||
public DateTime? startDate { get; set; }
|
||||
public DateTime? endDate { get; set; }
|
||||
public int? plineID { get; set; }
|
||||
public int? projectID { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user