Commit 02897400 authored by shiyu's avatar shiyu

topimage替换

parent 0c44b7f3
...@@ -66,4 +66,9 @@ public class CoinRequestDto extends BaseRequestDto implements Entity { ...@@ -66,4 +66,9 @@ public class CoinRequestDto extends BaseRequestDto implements Entity {
* ids * ids
*/ */
private List<Long> ids; private List<Long> ids;
/**
* 置顶图片
*/
private String topImage;
} }
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