实现批量签名用印功能

This commit is contained in:
qitz
2024-01-05 14:45:10 +08:00
parent 1f9cea5d3e
commit 11e6c91cc6
10 changed files with 202 additions and 1 deletions
@@ -19,4 +19,8 @@ public class StringIdsReq {
* 机构账户
*/
private String orgId ;
/**
* 批号
*/
private Integer batchNumber;
}