提交人:陈绍鑫

日期:2025/11/26 18:30
内容:带息债务统计表
This commit is contained in:
陈绍鑫 2025-12-16 16:04:14 +08:00
parent d7c558c417
commit d9215951b7
1 changed files with 10 additions and 10 deletions

View File

@ -1095,8 +1095,8 @@ public class InterestBearingRptListPlugin extends AbstractReportListDataPlugin {
lx2033 = createDecReportColumn("sellx2033", "amount", "2033债务利息");
bj2034 = createDecReportColumn("selbj2034", "amount", "2034债务本金");
lx2034 = createDecReportColumn("sellx2034", "amount", "2034债务利息");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035债务本金(元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035债务利息(元)");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035年之后债务本金(元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035年之后债务利息(元)");
sumbj = createDecReportColumn("sumbj", "amount", "合计本金(元)");
sumlx = createDecReportColumn("sumlx", "amount", "合计利息(元)");
yghlx = createDecReportColumn("yghlx", "amount", "本年已归还利息(元)");
@ -1127,8 +1127,8 @@ public class InterestBearingRptListPlugin extends AbstractReportListDataPlugin {
lx2033 = createDecReportColumn("sellx2033", "amount", "2033债务利息千元");
bj2034 = createDecReportColumn("selbj2034", "amount", "2034债务本金千元");
lx2034 = createDecReportColumn("sellx2034", "amount", "2034债务利息千元");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035债务本金(千元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035债务利息(千元)");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035年之后债务本金(千元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035年之后债务利息(千元)");
sumbj = createDecReportColumn("sumbj", "amount", "合计本金(千元)");
sumlx = createDecReportColumn("sumlx", "amount", "合计利息(千元)");
yghlx = createDecReportColumn("yghlx", "amount", "本年已归还利息(千元)");
@ -1159,8 +1159,8 @@ public class InterestBearingRptListPlugin extends AbstractReportListDataPlugin {
lx2033 = createDecReportColumn("sellx2033", "amount", "2033债务利息万元");
bj2034 = createDecReportColumn("selbj2034", "amount", "2034债务本金万元");
lx2034 = createDecReportColumn("sellx2034", "amount", "2034债务利息万元");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035债务本金(万元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035债务利息(万元)");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035年之后债务本金(万元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035年之后债务利息(万元)");
sumbj = createDecReportColumn("sumbj", "amount", "合计本金(万元)");
sumlx = createDecReportColumn("sumlx", "amount", "合计利息(万元)");
yghlx = createDecReportColumn("yghlx", "amount", "本年已归还利息(万元)");
@ -1191,8 +1191,8 @@ public class InterestBearingRptListPlugin extends AbstractReportListDataPlugin {
lx2033 = createDecReportColumn("sellx2033", "amount", "2033债务利息百万元");
bj2034 = createDecReportColumn("selbj2034", "amount", "2034债务本金百万元");
lx2034 = createDecReportColumn("sellx2034", "amount", "2034债务利息百万元");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035债务本金(百万元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035债务利息(百万元)");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035年之后债务本金(百万元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035年之后债务利息(百万元)");
sumbj = createDecReportColumn("sumbj", "amount", "合计本金(百万元)");
sumlx = createDecReportColumn("sumlx", "amount", "合计利息(百万元)");
yghlx = createDecReportColumn("yghlx", "amount", "本年已归还利息(百万元)");
@ -1223,8 +1223,8 @@ public class InterestBearingRptListPlugin extends AbstractReportListDataPlugin {
lx2033 = createDecReportColumn("sellx2033", "amount", "2033债务利息亿元");
bj2034 = createDecReportColumn("selbj2034", "amount", "2034债务本金亿元");
lx2034 = createDecReportColumn("sellx2034", "amount", "2034债务利息亿元");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035债务本金(亿元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035债务利息(亿元)");
bj2035 = createDecReportColumn("selbj2035", "amount", "2035年之后债务本金(亿元)");
lx2035 = createDecReportColumn("sellx2035", "amount", "2035年之后债务利息(亿元)");
sumbj = createDecReportColumn("sumbj", "amount", "合计本金(亿元)");
sumlx = createDecReportColumn("sumlx", "amount", "合计利息(亿元)");
yghlx = createDecReportColumn("yghlx", "amount", "本年已归还利息(亿元)");