Files
contract-manager/docs
danyz 8135acf16a feat: 添加功能模块相关字段和界面优化
- 在FUNC表中添加CONTROLLER、ICON和DESCRIPTION字段
- 重构角色管理相关类名和路径
- 优化公司表格单元格显示逻辑
- 添加功能权限管理界面
- 优化日志配置和FXML文件引用
- 移除冗余代码和注释
2025-08-23 18:39:05 +08:00
..
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00

list = [
    ProjectCost(id=10, applyDate=null, standardPayWay=false, noStandardPayWayText=null, standardContractText=false, noStandardContractText=null, stampTax=0.0, stampTaxFee=0.0, onSiteServiceFee=0.0, assemblyServiceFee=0.0, technicalServiceFee=0.0, bidServiceFee=0.0, freightCost=0.0, guaranteeLetterFee=0.0, taxAndSurcharges=0.0, taxAndSurchargesFee=0.0, inQuantities=0.0, inTaxAmount=0.0, inExclusiveTaxAmount=0.0, outQuantities=0.0, outTaxAmount=0.0, outExclusiveTaxAmount=0.0, grossProfitMargin=0.0),
    ProjectCost(id=11, applyDate=null, standardPayWay=false, noStandardPayWayText=null, standardContractText=false, noStandardContractText=null, stampTax=0.0, stampTaxFee=0.0, onSiteServiceFee=0.0, assemblyServiceFee=0.0, technicalServiceFee=0.0, bidServiceFee=0.0, freightCost=0.0, guaranteeLetterFee=0.0, taxAndSurcharges=0.0, taxAndSurchargesFee=0.0, inQuantities=0.0, inTaxAmount=0.0, inExclusiveTaxAmount=0.0, outQuantities=0.0, outTaxAmount=0.0, outExclusiveTaxAmount=0.0, grossProfitMargin=0.0)
]