|
@@ -55,15 +55,14 @@ public class IndexController {
|
|
|
|
|
|
basicInfo.setRelatedEntitiesImage(attachments);
|
|
|
PublicRecord publicRecord=new PublicRecord();
|
|
|
- DishonestPerson person=new DishonestPerson();
|
|
|
+ DishonestPersonsInfoVO person=new DishonestPersonsInfoVO();
|
|
|
+ person.setInDate("2025-03-08");
|
|
|
person.setCaseNumber("1111");
|
|
|
- person.setDishonestBehavior("Behavior多个");
|
|
|
- person.setExecutingCourt("gCourt");
|
|
|
- person.setExecutionSubject("nsubiec有");
|
|
|
- person.setFilingDate("2000-25-22");
|
|
|
- person.setId(2);
|
|
|
- person.setIsHistorical(true);
|
|
|
- List<DishonestPerson> persons=new ArrayList<>();
|
|
|
+ person.setAmount("Behavior多个");
|
|
|
+ person.setExecutionDesc("gCourt");
|
|
|
+ person.setCourt("nsubiec有");
|
|
|
+ person.setDisabled("是");
|
|
|
+ List<DishonestPersonsInfoVO> persons=new ArrayList<>();
|
|
|
persons.add(person);
|
|
|
publicRecord.setDishonestPersons(persons);
|
|
|
|