You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
374 B

package com.spring.modules.request.vo;
import com.spring.modules.request.entity.PlmRequestHeaderEntity;
import lombok.Data;
@Data
public class PlmRequestHeaderVo extends PlmRequestHeaderEntity {
private String workflowname; //流程标题
private String name; //菜单名称
private String buDesc; //BU描述
private String statusDesc; //状态描述
}