生产入库接口

This commit is contained in:
2024-05-28 09:56:27 +08:00
parent 6674d10880
commit 450ea471b7
12 changed files with 549 additions and 76 deletions

View File

@@ -25,8 +25,9 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public string require_id { get; set; }
public string require_code { get; set; }
public string moduleConsts { get; set; }
/// <summary>
/// 如果要生成业务表,传入此对象以及对应业务表单的自定义字段
/// </summary>