pad端andon相关接口
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class AddAndonInput
|
||||
{
|
||||
public string andon_type_id { get; set; }
|
||||
|
||||
public string andon_info_id { get; set; }
|
||||
|
||||
public string andon_breakdown_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user