Merge remote-tracking branch 'origin/feature/REQ-3581' into feature/REQ-3581

This commit is contained in:
yanglin 2025-02-27 14:26:04 +08:00
commit 287531f6d1

View File

@ -42,10 +42,15 @@ public class VisaRequestStampReq {
@NotEmpty(message = "申请用印单位不能为空")
private List<RequestStampModel> requestStamps;
@NotNull(message = "操作人 personId 不能为空")
/**
* 操作人 personId
*/
private Long operatorPersonId;
@NotNull(message = "操作人 ouId 不能为空")
/**
* 操作人 ouId
*/
private Long operatorOuId;
@Data
@Builder
@NoArgsConstructor