修改定版bug

This commit is contained in:
hzj
2026-01-30 14:58:15 +08:00
parent 56bf5bb7c9
commit b6eaff3b1e
7 changed files with 63 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ public class BpmSignParam extends BaseEntity implements Serializable {
private String name;
@ApiModelProperty("标识key")
private String key;
private String signKey;
}