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

package com.spring.modules.oss.vo;
import com.spring.modules.oss.entity.SysOssEntity;
import lombok.Data;
/**
* @CLASSNAME OssVo
* @AUTHOR sxm
* @DESCRIPTION
* @DATE 2022/4/14 18:10
* @VERSION 1.0
**/
@Data
public class OssVo extends SysOssEntity {
private String orderInfo;
}