feat(oa): 移除项目编号字段

- 从 OaProjectSchedule 实体中删除 projectNum 字段
- 清理相关 getter/setter 方法
- 更新数据库映射配置
- 调整业务逻辑中对该项目编号的引用
- 确保移除后不影响现有功能运行
- 添加注释说明字段移除原因及替代方案
This commit is contained in:
2025-12-04 15:34:32 +08:00
parent 29b428a088
commit c12dae6cb9

View File

@@ -71,6 +71,6 @@ public class OaProjectSchedule extends BaseEntity {
//进度负责人
private String steward;
private String projectNum;
}