mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-13 09:41:52 +08:00
Merge branch 'refs/heads/feature-Contract-8.12-wyw' into feature-pms-8.8-shl
This commit is contained in:
@@ -19,4 +19,5 @@ public class ProjectDetailRespDTO {
|
||||
*/
|
||||
private String customerCompanyName;
|
||||
|
||||
|
||||
}
|
||||
|
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
|
||||
* 项目基本信息 dto
|
||||
*/
|
||||
@Data
|
||||
public class ProjectRespDTO {
|
||||
public class ProjectRespDTO{
|
||||
|
||||
|
||||
/**
|
||||
|
@@ -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";
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user