检验批委托速度优化

This commit is contained in:
2024-07-18 14:51:16 +08:00
parent d985c413b3
commit 98012f9450
38 changed files with 941 additions and 145 deletions
@@ -0,0 +1,8 @@
namespace Model
{
public class HJGLPointManageCheckIsOk
{
public string Id { get; set; }
public bool? IsOK { get; set; }
}
}