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

Commit 81b12c69 authored by 张国柄's avatar 张国柄

后台管理会员权益编辑调整;

parent b7ff9820
...@@ -51,6 +51,7 @@ public class AdamMemberRightsVo implements java.io.Serializable, Cloneable { ...@@ -51,6 +51,7 @@ public class AdamMemberRightsVo implements java.io.Serializable, Cloneable {
public AdamMemberRightsVo copy(AdamMemberRights source) { public AdamMemberRightsVo copy(AdamMemberRights source) {
if (null == source) return this; if (null == source) return this;
this.setMrightsId(source.getMrightsId());
this.setSeqNo(source.getSeqNo()); this.setSeqNo(source.getSeqNo());
this.setTitle(source.getTitle()); this.setTitle(source.getTitle());
this.setSubTitle(source.getSubTitle()); this.setSubTitle(source.getSubTitle());
......
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