Commit 12e6ae27 authored by 廖旭伟's avatar 廖旭伟

皮肤管理接口

parent bdecafb2
package com.mortals.xhx.module.sst.model.vo;
import com.mortals.framework.model.BaseEntityLong;
import com.mortals.xhx.module.sst.model.SstSkinEntity;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
/**
......@@ -9,6 +11,20 @@ import java.util.List;
* @author zxfei
* @date 2022-12-21
*/
@Data
public class SstSkinVo extends BaseEntityLong {
/**
* 皮肤id
*/
private Long skinId;
/**
* 预览图片
*/
private String previewImagePath;
/**
* 使用状态
*/
private Integer status;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment