mes接口调试审核

This commit is contained in:
ldw
2025-09-05 15:06:12 +08:00
parent 65bdf3d210
commit eecbbfca32
12 changed files with 158 additions and 153 deletions
+21
View File
@@ -0,0 +1,21 @@
using SqlSugar;
namespace JinYuan.Models
{
/// <summary>
/// NGCode
/// </summary>
public class NgCodeEntity
{
/// <summary>
/// 编码
/// </summary>
public string ngCode { get; set; }
/// <summary>
/// 不良信息
/// </summary>
public string ngMessage { get; set; }
}
}