OMS的签名表以及详情,WMS的批量签名
This commit is contained in:
@@ -30,9 +30,12 @@ public class BatchSignatureDTO {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date signatureTime;
|
||||
|
||||
@ApiModelProperty("签名图片(base64或URL)")
|
||||
@ApiModelProperty("手写签名图片(base64或URL,单张)")
|
||||
private String signaturePic;
|
||||
|
||||
@ApiModelProperty("拍照取证图片列表(base64或URL,多张)")
|
||||
private List<String> evidencePics;
|
||||
|
||||
@ApiModelProperty("签名备注")
|
||||
private String signatureRemark;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user