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

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