Merge remote-tracking branch 'origin/feature/REQ-3581' into feature/REQ-3581
This commit is contained in:
commit
287531f6d1
@ -42,10 +42,15 @@ public class VisaRequestStampReq {
|
|||||||
@NotEmpty(message = "申请用印单位不能为空")
|
@NotEmpty(message = "申请用印单位不能为空")
|
||||||
private List<RequestStampModel> requestStamps;
|
private List<RequestStampModel> requestStamps;
|
||||||
|
|
||||||
@NotNull(message = "操作人 personId 不能为空")
|
/**
|
||||||
|
* 操作人 personId
|
||||||
|
*/
|
||||||
private Long operatorPersonId;
|
private Long operatorPersonId;
|
||||||
@NotNull(message = "操作人 ouId 不能为空")
|
/**
|
||||||
|
* 操作人 ouId
|
||||||
|
*/
|
||||||
private Long operatorOuId;
|
private Long operatorOuId;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@Builder
|
@Builder
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user