添加报送文件开始编号属性及相关逻辑

This commit is contained in:
锦麟 王
2025-05-15 18:19:21 +08:00
parent ed352e388b
commit 3e885b1089
5 changed files with 16 additions and 0 deletions
@@ -303,6 +303,7 @@ namespace YLErp.Modules.AppModule
// 5.4.1
//-----------------------------------------------
configService.AddDataIfNotExists("ProjectConfig", "Erp.IsAutoSealAfterGeneratedBook", "false", "bool", "确认书生成时是否自动用印(IsAutoSealAndUploadFiles勾选时生效)");
configService.AddDataIfNotExists("ProjectConfig", "Erp.ReportFileBeginNumber", "0", "int", "报送文件开始编号");
//-----------------------------------------------
// 删除不再使用的
//-----------------------------------------------