给单据编号的长度再增加两位
This commit is contained in:
@@ -65,7 +65,7 @@ public class BusinessConstants {
|
|||||||
* sequence名称
|
* sequence名称
|
||||||
* */
|
* */
|
||||||
//sequence返回字符串的最小长度
|
//sequence返回字符串的最小长度
|
||||||
public static final Long SEQ_TO_STRING_MIN_LENGTH = 100000000L;
|
public static final Long SEQ_TO_STRING_MIN_LENGTH = 10000000000L;
|
||||||
//sequence长度小于基准长度时前追加基础值
|
//sequence长度小于基准长度时前追加基础值
|
||||||
public static final String SEQ_TO_STRING_LESS_INSERT = "0";
|
public static final String SEQ_TO_STRING_LESS_INSERT = "0";
|
||||||
//单据编号
|
//单据编号
|
||||||
|
|||||||
Reference in New Issue
Block a user