Commit 710a7b68 authored by Smile's avatar Smile Committed by wux

会员等级配置等级有效期不能为空

parent c1506b2a
...@@ -52,7 +52,6 @@ public class MemberUserLevelConfigDO extends BaseDO { ...@@ -52,7 +52,6 @@ public class MemberUserLevelConfigDO extends BaseDO {
/** /**
* 等级有效期(数字正整数或为空) * 等级有效期(数字正整数或为空)
*/ */
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Integer validityPeriod; private Integer validityPeriod;
/** /**
* 积分累计周期(数字正整数或为空) * 积分累计周期(数字正整数或为空)
......
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