yun-zuoyi
王杰 4 years ago
parent a6ed27b901
commit cedc61b6a8

@ -27,7 +27,8 @@ import java.io.Serializable;
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
@Inheritance(strategy = InheritanceType.JOINED) @Inheritance(strategy = InheritanceType.JOINED)
@Table(name = "MES_ROUTE", indexes = { @Table(name = "MES_ROUTE", indexes = {
@Index(columnList = "ROUTE_CODE") @Index(columnList = "ROUTE_CODE"),
@Index(columnList = "ROUTE_TYPE")
}) })
@Api("流程表") @Api("流程表")
public class MesRoute extends BaseBean implements Serializable { public class MesRoute extends BaseBean implements Serializable {

@ -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 {

Loading…
Cancel
Save