extension/storage/storage-mongodb/src/main/java/com/alibaba/smart/framework/engine/persister/mongo/entity/TaskInstanceEntity.java [24:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private  String processDefinitionType;

    private String  processDefinitionActivityId;

    private String claimUserId;

    private Integer priority;

    private String status;

    private  String tag;

    private Date claimTime;

    private Date completeTime;

    /**
     * 备注(处理意见)
     */
    private String comment;

    /**
     * 扩展字段(完全由使用方控制)
     */
    private String extension;

    /**
     * 任务标题
     */
    private String title;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



extension/storage/storage-mysql/src/main/java/com/alibaba/smart/framework/engine/persister/database/entity/TaskInstanceEntity.java [23:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private  String processDefinitionType;

    private String  processDefinitionActivityId;

    private String claimUserId;

    private Integer priority;

    private String status;

    private  String tag;

    private Date claimTime;

    private Date completeTime;

    /**
     * 备注(处理意见)
     */
    private String comment;

    /**
     * 扩展字段(完全由使用方控制)
     */
    private String extension;

    /**
     * 任务标题
     */
    private String title;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



