载具库存报表导出加规格型号字段;bip异常信息对接接口

This commit is contained in:
2024-11-12 11:02:14 +08:00
parent bce95139a5
commit 72d8f4f40b
6 changed files with 298 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
{
public class DeletePrdMoInput
{
/// <summary>
/// 工单代码
/// </summary>
public string mo_code { get; set; }
/// <summary>
/// 行号
/// </summary>
public string erp_lineno { get; set; }
}
}