10-29-bug修复

This commit is contained in:
2025-10-29 16:12:16 +08:00
parent 4faff3b0bc
commit 365cf00644
3 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ public class XzdProject extends BaseEntity {
/**
* 计划总投资
*/
private Long plannedTotalInvestment;
private BigDecimal plannedTotalInvestment;
/**
* 政府备案项目名称

View File

@ -201,7 +201,7 @@ public class XzdProjectBo extends BaseEntity {
/**
* 计划总投资
*/
private Long plannedTotalInvestment;
private BigDecimal plannedTotalInvestment;
/**
* 政府备案项目名称

View File

@ -251,7 +251,7 @@ public class XzdProjectVo implements Serializable {
* 计划总投资
*/
@ExcelProperty(value = "计划总投资")
private Long plannedTotalInvestment;
private BigDecimal plannedTotalInvestment;
/**
* 政府备案项目名称