记得上下班打卡 | git大法好,push需谨慎

Commit 2d8e2389 authored by 胡佳晨's avatar 胡佳晨

修改列表详情

parent 0680e3fb
......@@ -46,7 +46,7 @@ public class GoblinMixAppListVo implements Serializable, Cloneable {
public GoblinMixAppListVo copy(GoblinMixDetailsVo source) {
if (null == source) return this;
this.setMixId(mixId);
this.setMixId(source.getMixId());
this.setName(source.getName());
this.setSellName(source.getSellName());
this.setCoverPic(source.getCoverPic());
......
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