|
|
|
@ -11,6 +11,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -62,4 +63,8 @@ public class MesBlindRule extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("零件颜色")
|
|
|
|
|
private String partColor;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("零件颜色")
|
|
|
|
|
private String rightKey;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|