release: 3.1.2026072316

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
caoqianming 2026-07-23 16:05:30 +08:00
parent 1584763794
commit 599bb933b8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 3.1.2026072316
- feat: 新增功能
- 单个编号规则支持c_day按天占位与按天归零;并发生成加工序级advisory锁防重号;流水号宽度按规则解析并对齐排序截取;超上限报错;工序保存时校验编号规则 [caoqianming]
## 3.1.2026072309 ## 3.1.2026072309
- feat: 新增功能 - feat: 新增功能

View File

@ -35,7 +35,7 @@ sys.path.insert(0, os.path.join(BASE_DIR, 'apps'))
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']
SYS_NAME = '星途工厂综合管理系统' SYS_NAME = '星途工厂综合管理系统'
SYS_VERSION = '3.1.2026072309' SYS_VERSION = '3.1.2026072316'
X_FRAME_OPTIONS = 'SAMEORIGIN' X_FRAME_OPTIONS = 'SAMEORIGIN'
# Application definition # Application definition