当前位置:网站首页>C business serial number rule generation component
C business serial number rule generation component
2022-06-12 17:56:00 【Persistent Tao】
For many business systems, business serial numbers need to be generated , If the order number 、 Purchase order number, etc ; These business serial numbers are not simply a growth value , Many times they have different rules to define , Such as different types of letters or abbreviations of regional Pinyin, etc . In order to generate these regular business serial numbers more flexibly BeetleX Provide corresponding components , Next, let's briefly introduce the use of components .
First we need to pass Nuget quote BeetleX.BNR Components , Then the business serial number can be generated through the following methods
for (int i = 0; i < 10; i++)
{
var number = await BNRFactory.Default.Create("[CN: Guangzhou ][D:yyyyMMdd][N:[D:yyyyMMdd]/000000]");
Console.WriteLine(number);
}Generate serial number :
GZ20220520000008
GZ20220520000009
GZ20220520000010
GZ20220520000011
GZ20220520000012
GZ20220520000013
GZ20220520000014
GZ20220520000015
GZ20220520000016
GZ20220520000017Business serial number rule generation component _dotNET Cross platform blog -CSDN Blog
边栏推荐
- leetcode 718 最长公共子串
- Office application cannot start normally 0xc0000142
- Use applet to quickly generate app in seven steps
- Continued 2 asp Net core router basic use demonstration 0.2 acquisition of default controller data
- 二分查找的理解
- 赛程更新| 2022微软与英特尔黑客松大赛火热报名中
- TensorFlow求梯度时提示TypeError: unsupported operand type(s) for *: ‘float‘ and ‘NoneType‘
- 一物一码追踪溯源系统介绍
- 关于数据集
- Extreme Programming -- Practice of root cause analysis
猜你喜欢

Queue priority of message queue practice

JDBC快速入门教程

Arm64栈回溯

Lightweight and convenient small program to app technology solution to realize interconnection with wechat / traffic app

Message queuing MySQL tables that store message data

Article name

Office application cannot start normally 0xc0000142

Arm64棧回溯

小程序+App,低成本获客及活跃的一种技术组合思路

Guitar Pro tutorial how to set up a MIDI keyboard
随机推荐
118. 杨辉三角(动态规划)
TensorFlow求梯度时提示TypeError: unsupported operand type(s) for *: ‘float‘ and ‘NoneType‘
Vant3 +ts packaged simple step advancer component
全局锁、表锁、行锁
String s = null ; String s = new String();String s =““ ;String s ;有什么区别?
vant3 +ts 封装简易step进步器组件
Office application cannot start normally 0xc0000142
C#操作数据库增查业务数据值内容案例学校表
leetcode491 递增子序列
Authorization in Golang ProjectUseing Casbin
The server time zone value ‘� й ��� ʱ ��‘ is unrecognized or represents more than one time zone. ......
Byte flybook Human Resources Kit three sides
论文《Deep Interest Evolution Network for Click-Through Rate Prediction》
Article name
error接口原创
错误记录:IllegalStateException: Optional int parameter ‘xxxx‘ is
es7不使用父子和嵌套关系来实现一对多功能
Use applet to quickly generate app in seven steps
566. reshaping the matrix
企业架构的第一性原理