根据生产bom拆分子工单代码调整
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class DictionaryTreeOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string parentId { get; set; }
|
||||
public List<dynamic> Child { get; set; }
|
||||
public bool HasChild { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user