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.

16 lines
290 B

3 years ago
  1. package com.spring.modules.oss.vo;
  2. import com.spring.modules.oss.entity.SysOssEntity;
  3. import lombok.Data;
  4. /**
  5. * @CLASSNAME OssVo
  6. * @AUTHOR sxm
  7. * @DESCRIPTION
  8. * @DATE 2022/4/14 18:10
  9. * @VERSION 1.0
  10. **/
  11. @Data
  12. public class OssVo extends SysOssEntity {
  13. private String orderInfo;
  14. }