core/src/main/java/com/alibaba/smart/framework/engine/instance/impl/DefaultDeploymentInstance.java [18:29]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private  String processDefinitionType;

    /**
     * 这个 processDefinitionCode 主要用于显示用,有些业务场景觉得仅仅processDefinitionName不足够的. 该字段仅用于显示,不用于其他逻辑.
     */
    private  String processDefinitionCode;
    private  String processDefinitionName;
    private  String processDefinitionDesc;
    private  String processDefinitionContent;

    private  String deploymentUserId;
    private  String deploymentStatus;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/src/main/java/com/alibaba/smart/framework/engine/service/param/command/CreateDeploymentCommand.java [12:19]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private  String processDefinitionType;
    private  String processDefinitionCode;
    private  String processDefinitionName;
    private  String processDefinitionDesc;
    private  String processDefinitionContent;

    private  String deploymentUserId;
    private  String deploymentStatus;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



