Compare commits
89 Commits
lims_dev
...
01788350f3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01788350f3 | ||
|
|
afc1ffa4fe | ||
|
|
ce3e6f2577 | ||
|
|
603bdc7c9a | ||
|
|
bd8d9646f5 | ||
|
|
85ef3b75fe | ||
|
|
0943dbbe05 | ||
|
|
ae26e14aa2 | ||
|
|
af6553698b | ||
|
|
631189d538 | ||
|
|
faa6de5965 | ||
|
|
98d585a9ae | ||
|
|
28284835cc | ||
|
|
234ab78ba9 | ||
|
|
8d23ba8504 | ||
|
|
a693c2d91e | ||
|
|
9ad0b03b6b | ||
|
|
1e404a9ef2 | ||
|
|
09cb51bcdf | ||
|
|
1697575bf5 | ||
|
|
5cbc445cf7 | ||
|
|
8633337165 | ||
|
|
3e3cc502e3 | ||
|
|
c4968d1aea | ||
|
|
350335e2f1 | ||
|
|
5aa83d739e | ||
|
|
5ba7f5753c | ||
|
|
dd1e1790db | ||
|
|
85e5bae08e | ||
|
|
270d447b33 | ||
|
|
8058f26c7b | ||
|
|
1e9f6de7d1 | ||
|
|
28df5a8896 | ||
|
|
ea9474895c | ||
|
|
46e42cf41d | ||
|
|
d6fe76db44 | ||
|
|
3211dbe2b5 | ||
|
|
0eff938f9e | ||
|
|
f87a7af8e4 | ||
|
|
30f182828a | ||
|
|
92f60e7132 | ||
|
|
c44d798e68 | ||
|
|
6ecfcf2a09 | ||
|
|
32bb22d6b6 | ||
|
|
f16243441e | ||
|
|
0740da8559 | ||
|
|
f06e0a4d5c | ||
|
|
39ff226c9b | ||
|
|
b4805414c5 | ||
|
|
aa918d5cc0 | ||
|
|
bd602cb3cd | ||
|
|
d8882188ef | ||
|
|
6dace51774 | ||
|
|
23b716a843 | ||
|
|
ae451f9062 | ||
|
|
224a83f7e7 | ||
|
|
e909649eac | ||
|
|
f5f06f503b | ||
|
|
b3b324e0d9 | ||
|
|
c327678aa4 | ||
|
|
3e88f2a647 | ||
|
|
b1920b7b47 | ||
|
|
cea6ff4a52 | ||
|
|
f7af0cad09 | ||
|
|
947c867526 | ||
|
|
8e43f3e2a3 | ||
|
|
bac1c4d322 | ||
|
|
10df09b9bb | ||
|
|
606186aadc | ||
|
|
7ac2e4dcbd | ||
|
|
bd6ffa6217 | ||
|
|
edb686174d | ||
|
|
703414ef8c | ||
|
|
00e445c80d | ||
|
|
2f73f98c7c | ||
|
|
e43e5f5caf | ||
|
|
95b775a16d | ||
|
|
285e0ab17d | ||
|
|
c53b24be05 | ||
|
|
af60a8c020 | ||
|
|
a8780089f1 | ||
|
|
b4b538365c | ||
|
|
5b3b1e4f66 | ||
|
|
fc24ab91fa | ||
|
|
3b8fb98eeb | ||
|
|
6e90e8168b | ||
|
|
7cbcd15399 | ||
|
|
8ca9ac7ce8 | ||
|
|
ce7c25f6a2 |
@@ -2,7 +2,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
namespace: ns-766b45fbd7464ccb86d5fd046054cf0a
|
||||||
name: zt-module-bpm
|
name: zt-module-bpm
|
||||||
labels:
|
labels:
|
||||||
app: zt-module-bpm
|
app: zt-module-bpm
|
||||||
@@ -22,11 +22,18 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: zt-module-bpm
|
- name: zt-module-bpm
|
||||||
image: 172.16.46.66:10043/zt/dsc-bpm:VERSION_PLACEHOLDER
|
image: 172.17.19.16:10043/zt-jygk/dsc-bpm:VERSION_PLACEHOLDER
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Asia/Shanghai
|
value: Asia/Shanghai
|
||||||
|
lifecycle:
|
||||||
|
preStop:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- "/bin/sh"
|
||||||
|
- "-c"
|
||||||
|
- "sleep 35"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
@@ -48,7 +55,7 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: "2048Mi"
|
memory: "2048Mi"
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 40
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
@@ -58,7 +65,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
namespace: ns-766b45fbd7464ccb86d5fd046054cf0a
|
||||||
name: zt-module-bpm
|
name: zt-module-bpm
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
|||||||
32
pom.xml
32
pom.xml
@@ -12,19 +12,18 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
<description>芋道项目基础脚手架</description>
|
<description>项目基础脚手架</description>
|
||||||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>3.0.45</revision>
|
<revision>3.0.47-SNAPSHOT</revision>
|
||||||
<business.supply.version>3.0.44</business.supply.version>
|
<business.supply.version>3.0.47-SNAPSHOT</business.supply.version>
|
||||||
<business.base.version>3.0.44</business.base.version>
|
<business.base.version>3.0.47-SNAPSHOT</business.base.version>
|
||||||
<business.logistic.version>3.0.44</business.logistic.version>
|
<business.logistic.version>3.0.47-SNAPSHOT</business.logistic.version>
|
||||||
<business.manage.version>3.0.44</business.manage.version>
|
<business.manage.version>3.0.47-SNAPSHOT</business.manage.version>
|
||||||
<business.qms.version>3.0.44</business.qms.version>
|
<business.qms.version>3.0.47-SNAPSHOT</business.qms.version>
|
||||||
<business.mes.version>3.0.44</business.mes.version>
|
<business.mes.version>3.0.47-SNAPSHOT</business.mes.version>
|
||||||
<business.capital.version>3.0.44</business.capital.version>
|
<business.capital.version>3.0.47-SNAPSHOT</business.capital.version>
|
||||||
<business.product.version>3.0.44</business.product.version>
|
<business.product.version>3.0.47-SNAPSHOT</business.product.version>
|
||||||
<!-- Maven 相关 -->
|
<!-- Maven 相关 -->
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
@@ -195,7 +194,7 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>ZT</id>
|
<id>ZT</id>
|
||||||
<name>中铜 ZStack 私服</name>
|
<name>中铜 ZStack 私服</name>
|
||||||
<url>http://172.16.46.63:30708/repository/test/</url>
|
<url>http://172.16.46.63:30708/repository/prod/</url>
|
||||||
<releases>
|
<releases>
|
||||||
<updatePolicy>always</updatePolicy>
|
<updatePolicy>always</updatePolicy>
|
||||||
<checksumPolicy>warn</checksumPolicy>
|
<checksumPolicy>warn</checksumPolicy>
|
||||||
@@ -211,7 +210,7 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>ZT</id>
|
<id>ZT</id>
|
||||||
<name>中铜 ZStack 私服</name>
|
<name>中铜 ZStack 私服</name>
|
||||||
<url>http://172.16.46.63:30708/repository/test/</url>
|
<url>http://172.16.46.63:30708/repository/prod/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- <snapshotRepository>-->
|
<!-- <snapshotRepository>-->
|
||||||
<!-- <id>ZT</id>-->
|
<!-- <id>ZT</id>-->
|
||||||
@@ -269,7 +268,14 @@
|
|||||||
<profile>
|
<profile>
|
||||||
<id>qsj</id>
|
<id>qsj</id>
|
||||||
<properties>
|
<properties>
|
||||||
|
<env.name>dev</env.name>
|
||||||
|
<!--Nacos 配置-->
|
||||||
|
<config.server-addr>172.16.46.63:30848</config.server-addr>
|
||||||
<config.namespace>qsj</config.namespace>
|
<config.namespace>qsj</config.namespace>
|
||||||
|
<config.group>DEFAULT_GROUP</config.group>
|
||||||
|
<config.username>nacos</config.username>
|
||||||
|
<config.password>P@ssword25</config.password>
|
||||||
|
<config.version>1.0.0</config.version>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import lombok.ToString;
|
|||||||
@ToString(callSuper = true)
|
@ToString(callSuper = true)
|
||||||
public class BpmFormPageReqDTO extends PageParam {
|
public class BpmFormPageReqDTO extends PageParam {
|
||||||
|
|
||||||
@Schema(description = "表单名称", example = "芋道")
|
@Schema(description = "表单名称", example = "ZT")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -12,7 +12,7 @@ public class BpmFormRespDTO {
|
|||||||
@Schema(description = "表单编号", example = "1024")
|
@Schema(description = "表单编号", example = "1024")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
@Schema(description = "表单名", example = "芋艿")
|
@Schema(description = "表单名", example = "ZT")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "表单状态", example = "1")
|
@Schema(description = "表单状态", example = "1")
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ public class BpmFormSaveReqDTO {
|
|||||||
@Schema(description = "表单编号", example = "1024")
|
@Schema(description = "表单编号", example = "1024")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
@Schema(description = "表单名", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋艿")
|
@Schema(description = "表单名", requiredMode = Schema.RequiredMode.REQUIRED, example = "ZT")
|
||||||
@NotEmpty(message = "表单名不能为空")
|
@NotEmpty(message = "表单名不能为空")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ public class BpmUserGroupRespDTO {
|
|||||||
@Schema(description = "编号", example = "1024")
|
@Schema(description = "编号", example = "1024")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
@Schema(description = "组名", example = "芋艿")
|
@Schema(description = "组名", example = "ZT")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "描述", example = "芋艿")
|
@Schema(description = "描述", example = "ZT")
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@Schema(description = "成员用户编号数组", example = "1,2,3")
|
@Schema(description = "成员用户编号数组", example = "1,2,3")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.*;
|
|||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@FeignClient(name = ApiConstants.NAME) // TODO 芋艿:fallbackFactory =
|
@FeignClient(name = ApiConstants.NAME) // TODO ZT:fallbackFactory =
|
||||||
@Tag(name = "RPC 服务 - 流程实例")
|
@Tag(name = "RPC 服务 - 流程实例")
|
||||||
public interface BpmProcessInstanceApi {
|
public interface BpmProcessInstanceApi {
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ public class BpmApprovalDetailReqDTO {
|
|||||||
@Schema(description = "流程实例的编号", example = "1024")
|
@Schema(description = "流程实例的编号", example = "1024")
|
||||||
private String processInstanceId; // 使用场景:流程已发起时候传流程实例 ID
|
private String processInstanceId; // 使用场景:流程已发起时候传流程实例 ID
|
||||||
|
|
||||||
// TODO @芋艿:如果未来 BPMN 增加流程图,它没有发起人节点,会有问题。
|
// TODO @ZT:如果未来 BPMN 增加流程图,它没有发起人节点,会有问题。
|
||||||
@Schema(description = "流程活动编号", example = "StartUserNode")
|
@Schema(description = "流程活动编号", example = "StartUserNode")
|
||||||
private String activityId; // 用于获取表单权限。1)发起流程时,传"发起人节点" activityId 可获取发起人的表单权限;2)从抄送列表界面进来时,传抄送的 activityId 可获取抄送人的表单权限;
|
private String activityId; // 用于获取表单权限。1)发起流程时,传"发起人节点" activityId 可获取发起人的表单权限;2)从抄送列表界面进来时,传抄送的 activityId 可获取抄送人的表单权限;
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ public class BpmProcessInstancePageReqDTO extends PageParam {
|
|||||||
@Schema(description = "流程实例的编号", example = "1024")
|
@Schema(description = "流程实例的编号", example = "1024")
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@Schema(description = "流程实例的名字", example = "芋艿")
|
@Schema(description = "流程实例的名字", example = "ZT")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "流程定义的编号", example = "2048")
|
@Schema(description = "流程定义的编号", example = "2048")
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ public class BpmProcessInstanceRespDTO {
|
|||||||
@Schema(description = "流程实例的编号", example = "1024")
|
@Schema(description = "流程实例的编号", example = "1024")
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@Schema(description = "流程实例的名字", example = "芋艿")
|
@Schema(description = "流程实例的名字", example = "ZT")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "流程摘要")
|
@Schema(description = "流程摘要")
|
||||||
@@ -49,7 +49,7 @@ public class BpmProcessInstanceRespDTO {
|
|||||||
@Schema(description = "持续时间", example = "1000")
|
@Schema(description = "持续时间", example = "1000")
|
||||||
private Long durationInMillis;
|
private Long durationInMillis;
|
||||||
|
|
||||||
@Schema(description = "提交的表单值", example = "{\"name\": \"芋艿\"}")
|
@Schema(description = "提交的表单值", example = "{\"name\": \"ZT\"}")
|
||||||
private Map<String, Object> formVariables;
|
private Map<String, Object> formVariables;
|
||||||
|
|
||||||
@Schema(description = "业务的唯一标识", example = "1")
|
@Schema(description = "业务的唯一标识", example = "1")
|
||||||
@@ -77,7 +77,7 @@ public class BpmProcessInstanceRespDTO {
|
|||||||
@Schema(description = "流程任务的编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
|
@Schema(description = "流程任务的编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@Schema(description = "任务名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道")
|
@Schema(description = "任务名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "ZT")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "任务分配人编号", requiredMode = Schema.RequiredMode.NOT_REQUIRED, example = "2048")
|
@Schema(description = "任务分配人编号", requiredMode = Schema.RequiredMode.NOT_REQUIRED, example = "2048")
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user