andon相关接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
{
|
||||
public class AndonCascaderOptionsOuput
|
||||
{
|
||||
public string label { get; set; }
|
||||
public string value { get; set; }
|
||||
public bool disabled { get; set; } = false;
|
||||
public List<AndonCascaderOptionsOuput> children { get; set; } = new List<AndonCascaderOptionsOuput>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user