first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using FluentValidation;
|
||||
using JSMachine.WMS.Common.Dto.Http.In;
|
||||
|
||||
namespace JSMachine.WMS.WebHost.Validators
|
||||
{
|
||||
public class BarCodeUploadParamValidator:AbstractValidator<StockInByPdaRequestParam>
|
||||
{
|
||||
//public BarCodeUploadParamValidator()
|
||||
//{
|
||||
// RuleFor(p => p.BarCode)
|
||||
// .Must(p => !string.IsNullOrEmpty(p))
|
||||
// .WithMessage("条码不能为空");
|
||||
//}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user