1
This commit is contained in:
23
Gatedge.ScanCode/Models/Dto/BarRecord/BarRecordPageParam.cs
Normal file
23
Gatedge.ScanCode/Models/Dto/BarRecord/BarRecordPageParam.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
namespace Gatedge.ScanCode.Models.Dto.BarRecord
|
||||
{
|
||||
/// <summary>
|
||||
/// 暂存扫描记录列表过滤条件
|
||||
/// </summary>
|
||||
public class BarRecordPageParam : PageParam
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户Id
|
||||
/// </summary>
|
||||
public string? UserId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 状态
|
||||
/// </summary>
|
||||
public string? Status { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否提交过
|
||||
/// </summary>
|
||||
public bool? IsSubmit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user