diff --git a/ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs b/ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs index bb04776..1108648 100644 --- a/ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs +++ b/ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs @@ -24,8 +24,8 @@ namespace ButcherFactory.SegmentProductionAuto_ { public List RoleName { - //get { return new List { (short)设备类别.分割生产自动化 }; } - get { return new List { (short)设备类别.分割生产 }; } + get { return new List { (short)设备类别.分割生产自动化 }; } + //get { return new List { (short)设备类别.分割生产 }; } } public Form Generate()