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

Commit 1436ba0f authored by 胡佳晨's avatar 胡佳晨

修改 列表接口

parent a33d62c5
......@@ -58,7 +58,7 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
public GoblinMixAppDetailsVo copy(GoblinMixDetailsVo source) {
if (null == source) return this;
this.setMixId(mixId);
this.setMixId(source.getMixId());
this.setName(source.getName());
this.setTimeStart(source.getTimeStart());
this.setTimeEnd(source.getTimeEnd());
......
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