You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

37 lines
634 B

namespace ChangKeTec.Wms.Models.Enums
{
public enum EnumInjectionState
{
= -1,
= 1,
= 2,
= 3,
}
public enum EnumPaintState
{
线 = 0,
= 1,
= 2,
= 3,
= -1,
= 9,
}
public enum EnumCqbmptState
{
= -1,
= 0,
= 1,
//注塑 1X
= 12,
= 3,
//喷涂 2X
= 22,
= 23,
= 9,
}
}