extension/storage/storage-mongodb/src/main/java/com/alibaba/smart/framework/engine/persister/mongo/entity/ProcessInstanceEntity.java [18:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private String status;

    private String processDefinitionType;

    private String bizUniqueId;

    private String reason;

    private String title;

    private String tag;

    private String comment;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



extension/storage/storage-mysql/src/main/java/com/alibaba/smart/framework/engine/persister/database/entity/ProcessInstanceEntity.java [20:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private String status;

    private String processDefinitionType;

    private String bizUniqueId;

    private String reason;

    private String title;

    private String tag;

    private String comment;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



