查询科目信息修改

This commit is contained in:
hjx
2026-01-15 01:37:04 +08:00
parent f73f74939f
commit 419cb53845
2 changed files with 15 additions and 0 deletions
@@ -246,4 +246,8 @@ public class ReconciliationPO extends BaseVOEntity{
@ApiModelProperty(value = "账单科目明细")
public List<ReconciliationAccount> reconciliationAccountDTOList;
@ApiModelProperty("账单科目明细")
private String reconciliationAccountDTOListJsonStr;
}