增加二级评估用户绑定

This commit is contained in:
wr
2025-12-29 09:27:03 +08:00
parent c3cc39973e
commit ea2173fff4
6 changed files with 71 additions and 21 deletions

View File

@@ -155,6 +155,7 @@ public class UserReportParam {
private UserReportSubstationPO userReportSubstationPO;
private String secondAssessmentId;
/**
* 流程实例的编号

View File

@@ -23,4 +23,9 @@ public class UserLedgerVO implements Serializable {
private String city;
@Data
public static class AssessMent extends UserLedgerVO{
private String secondAssessmentId;
}
}