|
@@ -8,7 +8,7 @@ namespace DataSharing.Application.Validators
|
|
|
public SubmitCaseRecordInfoValidator()
|
|
|
{
|
|
|
RuleFor(d => d.AreaCode).NotEmpty();
|
|
|
- RuleFor(d => d.CaseSerial).NotEmpty();
|
|
|
+ //RuleFor(d => d.CaseSerial).NotEmpty();
|
|
|
RuleFor(d => d.PhoneNumber).NotEmpty();
|
|
|
RuleFor(d => d.PhoneStatus).NotEmpty();
|
|
|
RuleFor(d => d.IsPhoneCall).NotEmpty();
|