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

Commit a0888a4a authored by GaoHu's avatar GaoHu

修改删除预约名称字段

parent 2fb2b9e5
......@@ -88,7 +88,6 @@ public class GoblinGoodsAnticipateVo implements Serializable,Cloneable {
public GoblinGoodsAnticipateVo copy(GoblinGoodsAnticipateAddParam goodsAnticipateAddParam) {
if (null==goodsAnticipateAddParam) return this;
this.name = goodsAnticipateAddParam.getName();
this.people = goodsAnticipateAddParam.getPeople();
this.type = goodsAnticipateAddParam.getType();
this.setRule(goodsAnticipateAddParam.getRule());
......
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