Commit ef84db3b by 裴大威

Merge branch 'feat-zyq-1002798' into 'master'

【1002798】应用/作品免费购物码长度放开到15位

See merge request rays/pcloud-common-parent!90
parents 9b531e13 a39f6088
package com.pcloud.common.core.constant;/**
* @author zhengyongqiang
* @date 2020/4/24 9:55
*/
/**
* @ClassName com.pcloud.common.core.constant.GeneralConstant
* @Author ZhengYongQiang
* @Description 普通常量
* @Date 2020/4/24 9:55
* @Version 1.0
**/
public class GeneralConstant {
/**
* 免费购物码最大长度
*/
public final static Integer FREE_CODE_MAX_COUNT = 15;
}
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