配置测试数据

This commit is contained in:
tongfei
2023-10-26 17:48:41 +08:00
parent 918e4d203b
commit 5ab9b50308
8 changed files with 258 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ namespace WMS.Web.Core.Dto.Erp
/// <summary>
/// 最大行数整型不能超过10000非必录
/// </summary>
public int Limit { get; set; } = 10;
public int Limit { get; set; } = 2;
/// <summary>
/// 表单所在的子系统内码,字符串类型(非必录)