Merge branch 'refs/heads/feature-Contract-8.12-wyw' into feature-pms-8.8-shl

This commit is contained in:
shl
2024-08-12 11:04:53 +08:00
66 changed files with 2627 additions and 67 deletions

View File

@@ -19,4 +19,5 @@ public class ProjectDetailRespDTO {
*/
private String customerCompanyName;
}

View File

@@ -9,7 +9,7 @@ import java.math.BigDecimal;
* 项目基本信息 dto
*/
@Data
public class ProjectRespDTO {
public class ProjectRespDTO{
/**

View File

@@ -14,6 +14,7 @@ public interface DictTypeConstants {
String PROCESS_STATUS = "process_status"; // 流程状态
String POSSIBILITY_OF_LANDING = "possibility_of_landing"; // 可能性
String BPM_PROCESS_INSTANCE_STATUS = "bpm_process_instance_status"; // 流程实例状态
String TRACKING_DEPLOYMENT = "tracking_deployment";