添加项目文件。
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Atomx.Common.Entities;
|
||||
using FluentValidation;
|
||||
|
||||
namespace Atomx.Admin.Client.Validators
|
||||
{
|
||||
public class MaterialValidator : AbstractValidator<Material>
|
||||
{
|
||||
public MaterialValidator()
|
||||
{
|
||||
//RuleFor(p => p.Name).NotEmpty().WithMessage("名称不能为空");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user