[fix] 优化外部合同管理

This commit is contained in:
wyw
2024-08-15 15:28:19 +08:00
parent 38b8336631
commit 4ee64cce49
14 changed files with 100 additions and 210 deletions

View File

@@ -2,6 +2,8 @@ package cn.iocoder.yudao.module.pms.api.projectschedule.dto;
import lombok.Data;
import java.time.LocalDateTime;
/**
* @author wyw
* @description
@@ -15,4 +17,9 @@ public class ProjectScheduleDetailDTO {
*/
private String projectManager;
/**
* 外部合同商议提示
*/
private LocalDateTime exReminderTime;
}

View File

@@ -33,4 +33,10 @@ public class ProjectTrackingDetailDTO {
*/
private BigDecimal expectedContractAmount;
/**
* 建设方
*/
private String constructionSide;
}