QhseVisitorManagementVo.java 362 B

123456789101112131415161718
  1. package com.rongwei.bsentity.vo;
  2. import com.rongwei.bsentity.domain.QhseVisitorManagementDo;
  3. import lombok.Data;
  4. @Data
  5. public class QhseVisitorManagementVo extends QhseVisitorManagementDo {
  6. /**
  7. * 审批状态名称
  8. */
  9. private String APPROVALSTATUSNAME;
  10. /**
  11. * 来访事由名称
  12. */
  13. private String REASONSFORTHEVISITNAME;
  14. }