|
|
@ -25,8 +25,7 @@ import java.io.Serializable;
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@Inheritance(strategy = InheritanceType.JOINED)
|
|
|
|
@Inheritance(strategy = InheritanceType.JOINED)
|
|
|
|
@Table(name = "MES_STATE_MACHINE", indexes = {
|
|
|
|
@Table(name = "MES_STATE_MACHINE", indexes = {
|
|
|
|
@Index(columnList = "SM_CODE"),
|
|
|
|
@Index(columnList = "SM_CODE")
|
|
|
|
@Index(columnList = "SM_TYPE")
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
@Api("MES状态机")
|
|
|
|
@Api("MES状态机")
|
|
|
|
public class MesStateMachine extends BaseBean implements Serializable {
|
|
|
|
public class MesStateMachine extends BaseBean implements Serializable {
|
|
|
|