Commit f24107ed authored by tangwei's avatar tangwei

修改审核状态字段

parent 7139fa45
......@@ -11,7 +11,7 @@ import lombok.Data;
public class StandardDto {
private String comment;//审核备注
private String result;//审核状态值
private String resultCode;//审核状态key
private String resultCode="approvalStatus";//审核状态key
private String taskId; //工作流任务id
private VariableDto variable;//提交表单值
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment