Enum JudgementUnbindType
- Namespace
- CMS.Plugin.MesSuite.Abstractions.Enums
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
解绑操作.
public enum JudgementUnbindType
Fields
NotUnbind = 0
不解绑.
RebindAndUnbind = 2
重绑(解绑旧物料).
RebindNotUnbind = 3
重绑(不解绑旧物料).
Unbind = 1
解绑.