mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-14 18:21:53 +08:00
[fix] 优化外部合同管理
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
@@ -33,4 +33,10 @@ public class ProjectTrackingDetailDTO {
|
||||
*/
|
||||
private BigDecimal expectedContractAmount;
|
||||
|
||||
/**
|
||||
* 建设方
|
||||
*/
|
||||
private String constructionSide;
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user