Commit a39f6088 by 郑永强

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

parent 9b531e13
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